Class UpdateTableCommandDescriptor
Command descriptor for querylanguage UPDATETABLE command.
Inherited Members
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class UpdateTableCommandDescriptor : AbstractCommandDescriptor
Properties
TableName
Declaration
[Required(ErrorMessage = "TableName is required.")]
[JsonProperty(PropertyName = "tableName")]
public string TableName { get; set; }
Property Value
Type | Description |
---|---|
string | Name of the table being updated. |
Remarks
Required