Läs på engelska Redigera

Dela via


TableInfo Constructors

Definition

Overloads

TableInfo(TableOptions)

Initializes a new instance of the TableInfo struct.

TableInfo(TableInfo, String, Nullable<Boolean>)

Initializes a new instance of the TableInfo struct.

TableInfo(TableOptions)

Initializes a new instance of the TableInfo struct.

C#
public TableInfo(System.Cloud.DocumentDb.TableOptions options);

Parameters

options
TableOptions

The table options.

Applies to

.NET 10 (package-provided) och andra versioner
Produkt Versioner
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)

TableInfo(TableInfo, String, Nullable<Boolean>)

Initializes a new instance of the TableInfo struct.

C#
public TableInfo(in System.Cloud.DocumentDb.TableInfo info, string? tableNameOverride = default, bool? isRegionalOverride = default);

Parameters

info
TableInfo

The source table info.

tableNameOverride
String

The table name.

isRegionalOverride
Nullable<Boolean>

true to mark the table as regional; otherwise, false.

Applies to

.NET 10 (package-provided) och andra versioner
Produkt Versioner
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)