GetTableResult

data class GetTableResult(val archiveRetentionInDays: Int, val id: String, val lastPlanModifiedDate: String, val name: String, val plan: String? = null, val provisioningState: String, val restoredLogs: RestoredLogsResponse? = null, val resultStatistics: ResultStatisticsResponse, val retentionInDays: Int? = null, val retentionInDaysAsDefault: Boolean, val schema: SchemaResponse? = null, val searchResults: SearchResultsResponse? = null, val systemData: SystemDataResponse, val totalRetentionInDays: Int? = null, val totalRetentionInDaysAsDefault: Boolean, val type: String)

Workspace data table definition.

Constructors

Link copied to clipboard
constructor(archiveRetentionInDays: Int, id: String, lastPlanModifiedDate: String, name: String, plan: String? = null, provisioningState: String, restoredLogs: RestoredLogsResponse? = null, resultStatistics: ResultStatisticsResponse, retentionInDays: Int? = null, retentionInDaysAsDefault: Boolean, schema: SchemaResponse? = null, searchResults: SearchResultsResponse? = null, systemData: SystemDataResponse, totalRetentionInDays: Int? = null, totalRetentionInDaysAsDefault: Boolean, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The table data archive retention in days. Calculated as (totalRetentionInDays-retentionInDays)

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The timestamp that table plan was last modified (UTC).

Link copied to clipboard

The name of the resource

Link copied to clipboard
val plan: String? = null

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

Link copied to clipboard

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.

Link copied to clipboard

Parameters of the restore operation that initiated this table.

Link copied to clipboard

Search job execution statistics.

Link copied to clipboard
val retentionInDays: Int? = null

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

Link copied to clipboard

True - Value originates from workspace retention in days, False - Customer specific.

Link copied to clipboard
val schema: SchemaResponse? = null

Table schema.

Link copied to clipboard

Parameters of the search job that initiated this table.

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard

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

Link copied to clipboard

True - Value originates from retention in days, False - Customer specific.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"