public sealed class ListDataTableRowsRequest : IMessage<ListDataTableRowsRequest>, IEquatable<ListDataTableRowsRequest>, IDeepCloneable<ListDataTableRowsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Chronicle v1 API class ListDataTableRowsRequest.
Request to list data table rows.
Implements
IMessageListDataTableRowsRequest, IEquatableListDataTableRowsRequest, IDeepCloneableListDataTableRowsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
ListDataTableRowsRequest()
public ListDataTableRowsRequest()ListDataTableRowsRequest(ListDataTableRowsRequest)
public ListDataTableRowsRequest(ListDataTableRowsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListDataTableRowsRequest |
Properties
Filter
public string Filter { get; set; }Optional. Filter facilitating search over data table rows. This filter performs a case-insensitive substring match on the row values.
| Property Value | |
|---|---|
| Type | Description |
string |
|
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 table rows to return. The service may return fewer than this value. If unspecified, at most 100 data table rows 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 ListDataTableRows call.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The resource id of the data table. Format: projects/{project}/locations/{locations}/instances/{instance}/dataTables/{data_table}
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsDataTableName
public DataTableName ParentAsDataTableName { get; set; }DataTableName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
DataTableName |
|