Прочетете на английски Редактиране

Споделяне чрез


TableInfo Struct

Definition

Represents read-only table configurations.

C#
public readonly struct TableInfo
Inheritance
TableInfo

Remarks

Contains similar information as TableOptions, but can't be extended and modified. It's designed to be used in a hot pass, and has 8x performance compared to using TableOptions.

Constructors

TableInfo(TableInfo, String, Nullable<Boolean>)

Initializes a new instance of the TableInfo struct.

TableInfo(TableOptions)

Initializes a new instance of the TableInfo struct.

Properties

IsLocatorRequired

Gets a value indicating whether a ITableLocator is required to be used with this table.

IsRegional

Gets a value indicating whether table is regionally replicated or a global.

PartitionIdPath

Gets the partition ID path for store.

TableName

Gets the table name.

Throughput

Gets the table throughput value.

TimeToLive

Gets the time to live for table items.

Applies to

Продукт Версии
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)