LogStore.Extents 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个日志范围集合,这些日志范围包含此日志存储区的数据。
public:
property System::IO::Log::LogExtentCollection ^ Extents { System::IO::Log::LogExtentCollection ^ get(); };
public System.IO.Log.LogExtentCollection Extents { get; }
member this.Extents : System.IO.Log.LogExtentCollection
Public ReadOnly Property Extents As LogExtentCollection
属性值
一个包含日志范围集合的 LogExtentCollection 实例,该集合中封装了此日志存储区的数据。
注解
LogStore 实例将其数据存储在磁盘范围的集合中,这些范围由 LogExtent 实例表示。 给定 LogStore 实例中的所有范围都具有统一的大小,空间以范围增量的形式添加到 LogStore 实例中及从其中移除。 若要添加和移除日志范围,请使用由此属性返回的 Add 对象的 Remove 和 LogExtentCollection 方法。