Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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