Share via


SPDistributedCacheTelemetryData.ObjectSize property

Size of the object stores in bytes for internal use only

Namespace:  Microsoft.SharePoint.DistributedCaching.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property ObjectSize As Integer
    Get
    Set
'Usage
Dim instance As SPDistributedCacheTelemetryData
Dim value As Integer

value = instance.ObjectSize

instance.ObjectSize = value
public int ObjectSize { get; set; }

Property value

Type: System.Int32

See also

Reference

SPDistributedCacheTelemetryData class

SPDistributedCacheTelemetryData members

Microsoft.SharePoint.DistributedCaching.Utilities namespace