Table Class

Workspace data table definition.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.loganalytics.models._models_py3.ProxyResource
Table

Constructor

Table(*, retention_in_days: Optional[int] = None, is_troubleshoot_enabled: Optional[bool] = None, **kwargs)

Parameters

retention_in_days
int
Required

The data table data retention in days, between 7 and 730. Setting this property to null will default to the workspace retention.

is_troubleshoot_enabled
bool
Required

Enable or disable troubleshoot for this table.

Variables

id
str

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

name
str

The name of the resource.

type
str

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

is_troubleshooting_allowed
bool

Specifies if IsTroubleshootingEnabled property can be set for this table.

last_troubleshoot_date
str

Last time when troubleshooting was set for this table.