TableRequestOptions Constructors

Definition

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