Package version:

Workspace data table definition.

Hierarchy

Properties

archiveRetentionInDays?: number

The table data archive retention in days. Calculated as (totalRetentionInDays-retentionInDays) NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.

lastPlanModifiedDate?: string

The timestamp that table plan was last modified (UTC). NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.

plan?: string

Instruct the system how to handle and charge the logs ingested to this table.

provisioningState?: string

Table's current provisioning state. If set to 'updating', indicates a resource lock due to ongoing operation, forbidding any update to the table until the ongoing operation is concluded. NOTE: This property will not be serialized. It can only be populated by the server.

restoredLogs?: RestoredLogs

Parameters of the restore operation that initiated this table.

resultStatistics?: ResultStatistics

Search job execution statistics. NOTE: This property will not be serialized. It can only be populated by the server.

retentionInDays?: number

The table retention in days, between 4 and 730. Setting this property to -1 will default to the workspace retention.

retentionInDaysAsDefault?: boolean

True - Value originates from workspace retention in days, False - Customer specific. NOTE: This property will not be serialized. It can only be populated by the server.

schema?: Schema

Table schema.

searchResults?: SearchResults

Parameters of the search job that initiated this table.

Metadata pertaining to creation and last modification of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

totalRetentionInDays?: number

The table total retention in days, between 4 and 2555. Setting this property to -1 will default to table retention.

totalRetentionInDaysAsDefault?: boolean

True - Value originates from retention in days, False - Customer specific. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc