Share via


Table Class

Definition

Workspace data table definition.

[Microsoft.Rest.Serialization.JsonTransformation]
public class Table : Microsoft.Azure.Management.OperationalInsights.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Table = class
    inherit ProxyResource
Public Class Table
Inherits ProxyResource
Inheritance
Attributes

Constructors

Table()

Initializes a new instance of the Table class.

Table(String, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, SearchResults, RestoredLogs, ResultStatistics, String, String, Schema, String, SystemData)

Initializes a new instance of the Table class.

Properties

ArchiveRetentionInDays

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

Id

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

(Inherited from Resource)
LastPlanModifiedDate

Gets the timestamp that table plan was last modified (UTC).

Name

Gets the name of the resource

(Inherited from Resource)
Plan

Gets or sets instruct the system how to handle and charge the logs ingested to this table. Possible values include: 'Basic', 'Analytics'

ProvisioningState

Gets 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. Possible values include: 'Updating', 'InProgress', 'Succeeded'

RestoredLogs

Gets or sets parameters of the restore operation that initiated this table.

ResultStatistics

Gets or sets search job execution statistics.

RetentionInDays

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

Schema

Gets or sets table schema.

SearchResults

Gets or sets parameters of the search job that initiated this table.

SystemData
TotalRetentionInDays

Gets or sets the table total retention in days, between 4 and 2555. Setting this property to -1 will default to table retention.

Type

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

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to