Microsoft Internet Security and Acceleration Server 2004 SDK

ObjectSizeLimit Property of IFPCCacheRule[C++]

FPCCacheRule.ObjectSizeLimit [Visual Basic]

[C++]

The ObjectSizeLimit property gets the maximum size of an object that can be cached. The size consists of this numerical value and the units defined in the ObjectSizeLimitUnits property.

HRESULT get_ObjectSizeLimit(
  long* pSizeLimit
);

Parameters

pSizeLimit
Pointer to a variable that on return receives a 32-bit integer specifying the maximum size of an object that can be cached.

Return Values

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

This property is read-only. It can be set using the SetSizeBound method.

[Visual Basic]

The ObjectSizeLimit property gets the maximum size of an object that can be cached. The size consists of this numerical value and the units defined in the ObjectSizeLimitUnits property.

Property ObjectSizeLimit As Long

Property Value

A 32-bit integer that specifies the maximum size of an object that can be cached.

Remarks

This property is read-only. It can be set using the SetSizeBound method.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCCacheRule