LogStore.FreeBytes 属性
定义
获取日志存储区中的可用字节数。Gets the number of bytes available in the log store.
public:
property long FreeBytes { long get(); };
public long FreeBytes { get; }
member this.FreeBytes : int64
Public ReadOnly Property FreeBytes As Long
属性值
日志存储区中的可用字节数。The number of bytes available in the log store.
例外
该属性是在序列已释放之后访问的。The property was accessed after the sequence has been disposed of.