Chronicle v1 API - Class DataTableServiceSettings (1.0.0-beta05)

public sealed class DataTableServiceSettings : ServiceSettingsBase

Reference documentation and code samples for the Chronicle v1 API class DataTableServiceSettings.

Settings for DataTableServiceClient instances.

Inheritance

object > ServiceSettingsBase > DataTableServiceSettings

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

DataTableServiceSettings()

public DataTableServiceSettings()

Constructs a new DataTableServiceSettings object with default settings.

Properties

BulkCreateDataTableRowsSettings

public CallSettings BulkCreateDataTableRowsSettings { get; set; }

CallSettings for synchronous and asynchronous calls to DataTableServiceClient.BulkCreateDataTableRows and DataTableServiceClient.BulkCreateDataTableRowsAsync.

Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 600 seconds.

BulkGetDataTableRowsSettings

public CallSettings BulkGetDataTableRowsSettings { get; set; }

CallSettings for synchronous and asynchronous calls to DataTableServiceClient.BulkGetDataTableRows and DataTableServiceClient.BulkGetDataTableRowsAsync .

Property Value
Type Description
CallSettings
Remarks
  • Initial retry delay: 1000 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 60000 milliseconds.
  • Maximum attempts: Unlimited
  • Retriable status codes: Unavailable.
  • Timeout: 600 seconds.

BulkReplaceDataTableRowsSettings

public CallSettings BulkReplaceDataTableRowsSettings { get; set; }

CallSettings for synchronous and asynchronous calls to DataTableServiceClient.BulkReplaceDataTableRows and DataTableServiceClient.BulkReplaceDataTableRowsAsync.

Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 600 seconds.

BulkUpdateDataTableRowsSettings

public CallSettings BulkUpdateDataTableRowsSettings { get; set; }

CallSettings for synchronous and asynchronous calls to DataTableServiceClient.BulkUpdateDataTableRows and DataTableServiceClient.BulkUpdateDataTableRowsAsync.

Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 600 seconds.

CreateDataTableRowSettings

public CallSettings CreateDataTableRowSettings { get; set; }

CallSettings for synchronous and asynchronous calls to DataTableServiceClient.CreateDataTableRow and DataTableServiceClient.CreateDataTableRowAsync.

Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 600 seconds.

CreateDataTableSettings

public CallSettings CreateDataTableSettings { get; set; }

CallSettings for synchronous and asynchronous calls to DataTableServiceClient.CreateDataTable and DataTableServiceClient.CreateDataTableAsync.

Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 600 seconds.

DeleteDataTableRowSettings

public CallSettings DeleteDataTableRowSettings { get; set; }

CallSettings for synchronous and asynchronous calls to DataTableServiceClient.DeleteDataTableRow and DataTableServiceClient.DeleteDataTableRowAsync.

Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 600 seconds.

DeleteDataTableSettings

public CallSettings DeleteDataTableSettings { get; set; }

CallSettings for synchronous and asynchronous calls to DataTableServiceClient.DeleteDataTable and DataTableServiceClient.DeleteDataTableAsync.

Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 600 seconds.

GetDataTableOperationErrorsSettings

public CallSettings GetDataTableOperationErrorsSettings { get; set; }

CallSettings for synchronous and asynchronous calls to DataTableServiceClient.GetDataTableOperationErrors and DataTableServiceClient.GetDataTableOperationErrorsAsync.

Property Value
Type Description
CallSettings
Remarks
  • Initial retry delay: 1000 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 60000 milliseconds.
  • Maximum attempts: Unlimited
  • Retriable status codes: Unavailable.
  • Timeout: 600 seconds.

GetDataTableRowSettings

public CallSettings GetDataTableRowSettings { get; set; }

CallSettings for synchronous and asynchronous calls to DataTableServiceClient.GetDataTableRow and DataTableServiceClient.GetDataTableRowAsync.

Property Value
Type Description
CallSettings
Remarks
  • Initial retry delay: 1000 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 60000 milliseconds.
  • Maximum attempts: Unlimited
  • Retriable status codes: Unavailable.
  • Timeout: 600 seconds.

GetDataTableSettings

public CallSettings GetDataTableSettings { get; set; }

CallSettings for synchronous and asynchronous calls to DataTableServiceClient.GetDataTable and DataTableServiceClient.GetDataTableAsync.

Property Value
Type Description
CallSettings
Remarks
  • Initial retry delay: 1000 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 60000 milliseconds.
  • Maximum attempts: Unlimited
  • Retriable status codes: Unavailable.
  • Timeout: 600 seconds.

ListDataTableRowsSettings

public CallSettings ListDataTableRowsSettings { get; set; }

CallSettings for synchronous and asynchronous calls to DataTableServiceClient.ListDataTableRows and DataTableServiceClient.ListDataTableRowsAsync.

Property Value
Type Description
CallSettings
Remarks
  • Initial retry delay: 1000 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 60000 milliseconds.
  • Maximum attempts: Unlimited
  • Retriable status codes: Unavailable.
  • Timeout: 600 seconds.

ListDataTablesSettings

public CallSettings ListDataTablesSettings { get; set; }

CallSettings for synchronous and asynchronous calls to DataTableServiceClient.ListDataTables and DataTableServiceClient.ListDataTablesAsync.

Property Value
Type Description
CallSettings
Remarks
  • Initial retry delay: 1000 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 60000 milliseconds.
  • Maximum attempts: Unlimited
  • Retriable status codes: Unavailable.
  • Timeout: 600 seconds.

UpdateDataTableRowSettings

public CallSettings UpdateDataTableRowSettings { get; set; }

CallSettings for synchronous and asynchronous calls to DataTableServiceClient.UpdateDataTableRow and DataTableServiceClient.UpdateDataTableRowAsync.

Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 600 seconds.

UpdateDataTableSettings

public CallSettings UpdateDataTableSettings { get; set; }

CallSettings for synchronous and asynchronous calls to DataTableServiceClient.UpdateDataTable and DataTableServiceClient.UpdateDataTableAsync.

Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 600 seconds.

Methods

Clone()

public DataTableServiceSettings Clone()

Creates a deep clone of this object, with all the same property values.

Returns
Type Description
DataTableServiceSettings

A deep clone of this DataTableServiceSettings object.

GetDefault()

public static DataTableServiceSettings GetDefault()

Get a new instance of the default DataTableServiceSettings.

Returns
Type Description
DataTableServiceSettings

A new instance of the default DataTableServiceSettings.