Class TablesServiceSettings
Settings for TablesServiceClient instances.
Inherited Members
Namespace: Google.Area120.Tables.V1Alpha1
Assembly: Google.Area120.Tables.V1Alpha1.dll
Syntax
public sealed class TablesServiceSettings : ServiceSettingsBase
Constructors
TablesServiceSettings()
Constructs a new TablesServiceSettings object with default settings.
Declaration
public TablesServiceSettings()
Properties
BatchCreateRowsSettings
CallSettings for synchronous and asynchronous calls to
TablesServiceClient.BatchCreateRows
and TablesServiceClient.BatchCreateRowsAsync
.
Declaration
public CallSettings BatchCreateRowsSettings { get; set; }
Property Value
Type | Description |
---|---|
CallSettings |
Remarks
- This call will not be retried.
- Timeout: 60 seconds.
BatchDeleteRowsSettings
CallSettings for synchronous and asynchronous calls to
TablesServiceClient.BatchDeleteRows
and TablesServiceClient.BatchDeleteRowsAsync
.
Declaration
public CallSettings BatchDeleteRowsSettings { get; set; }
Property Value
Type | Description |
---|---|
CallSettings |
Remarks
- This call will not be retried.
- Timeout: 60 seconds.
BatchUpdateRowsSettings
CallSettings for synchronous and asynchronous calls to
TablesServiceClient.BatchUpdateRows
and TablesServiceClient.BatchUpdateRowsAsync
.
Declaration
public CallSettings BatchUpdateRowsSettings { get; set; }
Property Value
Type | Description |
---|---|
CallSettings |
Remarks
- This call will not be retried.
- Timeout: 60 seconds.
CreateRowSettings
CallSettings for synchronous and asynchronous calls to
TablesServiceClient.CreateRow
and TablesServiceClient.CreateRowAsync
.
Declaration
public CallSettings CreateRowSettings { get; set; }
Property Value
Type | Description |
---|---|
CallSettings |
Remarks
- This call will not be retried.
- Timeout: 60 seconds.
DeleteRowSettings
CallSettings for synchronous and asynchronous calls to
TablesServiceClient.DeleteRow
and TablesServiceClient.DeleteRowAsync
.
Declaration
public CallSettings DeleteRowSettings { get; set; }
Property Value
Type | Description |
---|---|
CallSettings |
Remarks
- This call will not be retried.
- Timeout: 60 seconds.
GetRowSettings
CallSettings for synchronous and asynchronous calls to TablesServiceClient.GetRow
and TablesServiceClient.GetRowAsync
.
Declaration
public CallSettings GetRowSettings { get; set; }
Property Value
Type | Description |
---|---|
CallSettings |
Remarks
- This call will not be retried.
- Timeout: 60 seconds.
GetTableSettings
CallSettings for synchronous and asynchronous calls to
TablesServiceClient.GetTable
and TablesServiceClient.GetTableAsync
.
Declaration
public CallSettings GetTableSettings { get; set; }
Property Value
Type | Description |
---|---|
CallSettings |
Remarks
- This call will not be retried.
- Timeout: 60 seconds.
GetWorkspaceSettings
CallSettings for synchronous and asynchronous calls to
TablesServiceClient.GetWorkspace
and TablesServiceClient.GetWorkspaceAsync
.
Declaration
public CallSettings GetWorkspaceSettings { get; set; }
Property Value
Type | Description |
---|---|
CallSettings |
Remarks
- This call will not be retried.
- Timeout: 60 seconds.
ListRowsSettings
CallSettings for synchronous and asynchronous calls to
TablesServiceClient.ListRows
and TablesServiceClient.ListRowsAsync
.
Declaration
public CallSettings ListRowsSettings { get; set; }
Property Value
Type | Description |
---|---|
CallSettings |
Remarks
- This call will not be retried.
- Timeout: 60 seconds.
ListTablesSettings
CallSettings for synchronous and asynchronous calls to
TablesServiceClient.ListTables
and TablesServiceClient.ListTablesAsync
.
Declaration
public CallSettings ListTablesSettings { get; set; }
Property Value
Type | Description |
---|---|
CallSettings |
Remarks
- This call will not be retried.
- Timeout: 60 seconds.
ListWorkspacesSettings
CallSettings for synchronous and asynchronous calls to
TablesServiceClient.ListWorkspaces
and TablesServiceClient.ListWorkspacesAsync
.
Declaration
public CallSettings ListWorkspacesSettings { get; set; }
Property Value
Type | Description |
---|---|
CallSettings |
Remarks
- This call will not be retried.
- Timeout: 60 seconds.
UpdateRowSettings
CallSettings for synchronous and asynchronous calls to
TablesServiceClient.UpdateRow
and TablesServiceClient.UpdateRowAsync
.
Declaration
public CallSettings UpdateRowSettings { get; set; }
Property Value
Type | Description |
---|---|
CallSettings |
Remarks
- This call will not be retried.
- Timeout: 60 seconds.
Methods
Clone()
Creates a deep clone of this object, with all the same property values.
Declaration
public TablesServiceSettings Clone()
Returns
Type | Description |
---|---|
TablesServiceSettings | A deep clone of this TablesServiceSettings object. |
GetDefault()
Get a new instance of the default TablesServiceSettings.
Declaration
public static TablesServiceSettings GetDefault()
Returns
Type | Description |
---|---|
TablesServiceSettings | A new instance of the default TablesServiceSettings. |