LogStore.Length 属性

定义

获取日志存储区的大小(以字节为单位)。

public:
 property long Length { long get(); };
public long Length { get; }
member this.Length : int64
Public ReadOnly Property Length As Long

属性值

日志存储区的大小(以字节为单位)。

例外

该属性是在序列已释放之后访问的。

注解

日志存储区的大小是日志范围的大小之和。

适用于