TableInfo Constructors
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.
TableInfo(TableOptions) |
Initializes a new instance of the TableInfo struct. |
TableInfo(TableInfo, String, Nullable<Boolean>) |
Initializes a new instance of the TableInfo struct. |
Initializes a new instance of the TableInfo struct.
public:
TableInfo(System::Cloud::DocumentDb::TableOptions ^ options);
C#
public TableInfo(System.Cloud.DocumentDb.TableOptions options);
new System.Cloud.DocumentDb.TableInfo : System.Cloud.DocumentDb.TableOptions -> System.Cloud.DocumentDb.TableInfo
Public Sub New (options As TableOptions)
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) |
Initializes a new instance of the TableInfo struct.
C#
public TableInfo(in System.Cloud.DocumentDb.TableInfo info, string? tableNameOverride = default, bool? isRegionalOverride = default);
new System.Cloud.DocumentDb.TableInfo : TableInfo * string * Nullable<bool> -> System.Cloud.DocumentDb.TableInfo
Public Sub New (ByRef info As TableInfo, Optional tableNameOverride As String = Nothing, Optional isRegionalOverride As Nullable(Of Boolean) = Nothing)
Parameters
- info
- TableInfo
The source table info.
- tableNameOverride
- String
The table name.
Applies to
.NET 10 (package-provided) och andra versioner
Produkt | Versioner |
---|---|
.NET | 8 (package-provided), 9 (package-provided), 10 (package-provided) |
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Feedback om .NET
.NET är ett öppen källkod projekt. Välj en länk för att ge feedback: