 | DfsOutputStreamRecordsSize Property |
Gets the amount of the stream that is actually used by records.
Namespace: Ookii.Jumbo.DfsAssembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic long RecordsSize { get; }
Public ReadOnly Property RecordsSize As Long
Get
public:
virtual property long long RecordsSize {
long long get () sealed;
}
abstract RecordsSize : int64 with get
override RecordsSize : int64 with get
Property Value
Int64The length of the stream minus padding.
Implements
IRecordOutputStreamRecordsSize
See Also