SPWebApplication.MaxSizePerCellStorageOperation Property
Gets or sets the maximum size, in bytes, of items that can be allowed in a single cell storage operation.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property MaxSizePerCellStorageOperation As Long
Get
Set
'Usage
Dim instance As SPWebApplication
Dim value As Long
value = instance.MaxSizePerCellStorageOperation
instance.MaxSizePerCellStorageOperation = value
public long MaxSizePerCellStorageOperation { get; set; }
Property Value
Type: System.Int64
Int64
The maximum size in bytes.