public sealed class ListDataTablesRequest : IMessage<ListDataTablesRequest>, IEquatable<ListDataTablesRequest>, IDeepCloneable<ListDataTablesRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Chronicle v1 API class ListDataTablesRequest.
A request for a list of data tables.
Implements
IMessageListDataTablesRequest, IEquatableListDataTablesRequest, IDeepCloneableListDataTablesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
ListDataTablesRequest()
public ListDataTablesRequest()ListDataTablesRequest(ListDataTablesRequest)
public ListDataTablesRequest(ListDataTablesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListDataTablesRequest |
Properties
OrderBy
public string OrderBy { get; set; }Optional. Configures ordering of DataTables in the response. Note: Our implementation currently supports order by "create_time asc" only
| Property Value | |
|---|---|
| Type | Description |
string |
|
PageSize
public int PageSize { get; set; }Optional. The maximum number of data tables to return. The service may return fewer than this value. If unspecified, at most 100 data tables will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }Optional. A page token, received from a previous ListDataTables call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to
ListDataTables must match the call that provided the page
token.
| 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 |
|