public sealed class CreateDataTableRequest : IMessage<CreateDataTableRequest>, IEquatable<CreateDataTableRequest>, IDeepCloneable<CreateDataTableRequest>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class CreateDataTableRequest.
A request to create DataTable.
Implements
IMessageCreateDataTableRequest, IEquatableCreateDataTableRequest, IDeepCloneableCreateDataTableRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
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 |
|