Redigera

Dela via


TableInfo Struct

Definition

Represents read-only table configurations.

public value class TableInfo
public readonly struct TableInfo
type TableInfo = struct
Public Structure 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