DbSyncBatchInfo::DataCacheSize Property

Gets or sets the in-memory size of the current batch.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

public:
property long long DataCacheSize {
	long long get ();
	void set (long long value);
}

Property Value

Type: System::Int64
The in-memory size of the current batch.
Show: