Share via


SPRemoteBlobStorageSettings.MinimumBlobStorageSize property

Minimum size a blob may be to be considered storage worthy.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property MinimumBlobStorageSize As Long
    Get
    Set
'Usage
Dim instance As SPRemoteBlobStorageSettings
Dim value As Long

value = instance.MinimumBlobStorageSize

instance.MinimumBlobStorageSize = value
public long MinimumBlobStorageSize { get; set; }

Property value

Type: System.Int64
A Int64 indicating the minimum size.

See also

Reference

SPRemoteBlobStorageSettings class

SPRemoteBlobStorageSettings members

Microsoft.SharePoint.Administration namespace