TableRequestOptions Constructors
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.
Overloads
TableRequestOptions() |
Initializes a new instance of the TableRequestOptions class. |
TableRequestOptions(TableRequestOptions) |
Initializes a new instance of the TableRequestOptions class with the specified TableRequestOptions. |
TableRequestOptions()
Initializes a new instance of the TableRequestOptions class.
public TableRequestOptions ();
Public Sub New ()
Applies to
TableRequestOptions(TableRequestOptions)
Initializes a new instance of the TableRequestOptions class with the specified TableRequestOptions.
public TableRequestOptions (Microsoft.Azure.Cosmos.Table.TableRequestOptions other);
new Microsoft.Azure.Cosmos.Table.TableRequestOptions : Microsoft.Azure.Cosmos.Table.TableRequestOptions -> Microsoft.Azure.Cosmos.Table.TableRequestOptions
Public Sub New (other As TableRequestOptions)
Parameters
- other
- TableRequestOptions
The TableRequestOptions object used to initialize a new instance of the TableRequestOptions class.
Applies to
Azure SDK for .NET