Chronicle v1 API - Class CreateDataTableRequest (1.0.0-beta05)

public sealed class CreateDataTableRequest : IMessage<CreateDataTableRequest>, IEquatable<CreateDataTableRequest>, IDeepCloneable<CreateDataTableRequest>, IBufferMessage, IMessage

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

A request to create DataTable.

Inheritance

object > CreateDataTableRequest

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

CreateDataTableRequest()

public CreateDataTableRequest()

CreateDataTableRequest(CreateDataTableRequest)

public CreateDataTableRequest(CreateDataTableRequest other)
Parameter
Name Description
other CreateDataTableRequest

Properties

DataTable

public DataTable DataTable { get; set; }

Required. The data table being created.

Property Value
Type Description
DataTable

DataTableId

public string DataTableId { get; set; }

Required. The ID to use for the data table. This is also the display name for the data table. It must satisfy the following requirements:

  • Starts with letter.
  • Contains only letters, numbers and underscore.
  • Must be unique and has length < 256.
Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The parent resource where this data table will be created. Format: projects/{project}/locations/{location}/instances/{instance}

Property Value
Type Description
string

ParentAsInstanceName

public InstanceName ParentAsInstanceName { get; set; }

InstanceName-typed view over the Parent resource name property.

Property Value
Type Description
InstanceName