Table interface
Workspace data table definition.
- Extends
Properties
| archive |
The tables long-term retention in days. Calculated as (totalRetentionInDays-retentionInDays). |
| last |
The timestamp that table plan was last modified (UTC). |
| plan | Instruct the system how to handle and charge the logs ingested to this table. |
| provisioning |
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. |
| restored |
Parameters of the restore operation that initiated this table. |
| result |
Search job execution statistics. |
| retention |
In Analytics table: the tables analytics retention in days, between 4 and 730. Setting this property to -1 will default to the workspace retention. In Basic and Auxiliary table: read only property. |
| retention |
True - Value originates from workspace retention in days, False - Customer specific. |
| schema | Table schema. |
| search |
Parameters of the search job that initiated this table. |
| total |
The table total retention in days, between 4 and 4383. Setting this property to -1 will default to retentionInDays. |
| total |
True - Value originates from retention in days, False - Customer specific. |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Property Details
archiveRetentionInDays
The tables long-term retention in days. Calculated as (totalRetentionInDays-retentionInDays).
archiveRetentionInDays?: number
Property Value
number
lastPlanModifiedDate
The timestamp that table plan was last modified (UTC).
lastPlanModifiedDate?: string
Property Value
string
plan
Instruct the system how to handle and charge the logs ingested to this table.
plan?: string
Property Value
string
provisioningState
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.
provisioningState?: string
Property Value
string
restoredLogs
Parameters of the restore operation that initiated this table.
restoredLogs?: RestoredLogs
Property Value
resultStatistics
Search job execution statistics.
resultStatistics?: ResultStatistics
Property Value
retentionInDays
In Analytics table: the tables analytics retention in days, between 4 and 730. Setting this property to -1 will default to the workspace retention. In Basic and Auxiliary table: read only property.
retentionInDays?: number
Property Value
number
retentionInDaysAsDefault
True - Value originates from workspace retention in days, False - Customer specific.
retentionInDaysAsDefault?: boolean
Property Value
boolean
schema
searchResults
Parameters of the search job that initiated this table.
searchResults?: SearchResults
Property Value
totalRetentionInDays
The table total retention in days, between 4 and 4383. Setting this property to -1 will default to retentionInDays.
totalRetentionInDays?: number
Property Value
number
totalRetentionInDaysAsDefault
True - Value originates from retention in days, False - Customer specific.
totalRetentionInDaysAsDefault?: boolean
Property Value
boolean
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From ProxyResource.id
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From ProxyResource.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From ProxyResource.type