  | DfsOutputStreamRecordsSize Property  | 
 
            Gets the amount of the stream that is actually used by records.
            
 
    Namespace: 
   Ookii.Jumbo.Dfs
    Assembly:
   Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
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
Type: 
Int64The length of the stream minus padding.
Implements
IRecordOutputStreamRecordsSize
See Also