Get or set the size of the entry data (in bytes)

Namespace: BrightstarDB.Caching
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public long Size { get; protected set; }
Visual Basic
Public Property Size As Long
	Get
	Protected Set
Visual C++
public:
property long long Size {
	long long get ();
	protected: void set (long long value);
}
F#
member Size : int64 with get, set

Property Value

Type: Int64

See Also