|
DbStorageSettingsChunkSize Property |
The size of the chunk
Namespace: DrawerBackup.Native.ClientsAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic int ChunkSize { get; set; }
Public Property ChunkSize As Integer
Get
Set
public:
property int ChunkSize {
int get ();
void set (int value);
}
member ChunkSize : int with get, set
Property Value
Type:
Int32
See Also