TableInfo Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents read-only table configurations.
public value class TableInfo
public readonly struct TableInfo
type TableInfo = struct
Public Structure TableInfo
- Inheritance
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. |