LogStore.Extents 屬性

定義

取得包含這個記錄存放區資料的延伸記錄區集合。

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 物件的 RemoveLogExtentCollection 方法,這個物件是由這個屬性所傳回的。

適用於