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)
Available in Sandboxed Solutions: No

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