### YamlMime:JavaType uid: "com.azure.resourcemanager.loganalytics.models.Schema" fullName: "com.azure.resourcemanager.loganalytics.models.Schema" name: "Schema" nameWithType: "Schema" summary: "Table's schema." inheritances: - "" inheritedClassMethods: - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" syntax: "public final class **Schema**" constructors: - uid: "com.azure.resourcemanager.loganalytics.models.Schema.Schema()" fullName: "com.azure.resourcemanager.loganalytics.models.Schema.Schema()" name: "Schema()" nameWithType: "Schema.Schema()" summary: "Creates an instance of Schema class." syntax: "public Schema()" desc: "Creates an instance of Schema class." methods: - uid: "com.azure.resourcemanager.loganalytics.models.Schema.categories()" fullName: "com.azure.resourcemanager.loganalytics.models.Schema.categories()" name: "categories()" nameWithType: "Schema.categories()" summary: "Get the categories property: Table category." syntax: "public List categories()" desc: "Get the categories property: Table category." returns: description: "the categories value." type: "List<String>" - uid: "com.azure.resourcemanager.loganalytics.models.Schema.columns()" fullName: "com.azure.resourcemanager.loganalytics.models.Schema.columns()" name: "columns()" nameWithType: "Schema.columns()" summary: "Get the columns property: A list of table custom columns." syntax: "public List columns()" desc: "Get the columns property: A list of table custom columns." returns: description: "the columns value." type: "List<>" - uid: "com.azure.resourcemanager.loganalytics.models.Schema.description()" fullName: "com.azure.resourcemanager.loganalytics.models.Schema.description()" name: "description()" nameWithType: "Schema.description()" summary: "Get the description property: Table description." syntax: "public String description()" desc: "Get the description property: Table description." returns: description: "the description value." type: "String" - uid: "com.azure.resourcemanager.loganalytics.models.Schema.displayName()" fullName: "com.azure.resourcemanager.loganalytics.models.Schema.displayName()" name: "displayName()" nameWithType: "Schema.displayName()" summary: "Get the displayName property: Table display name." syntax: "public String displayName()" desc: "Get the displayName property: Table display name." returns: description: "the displayName value." type: "String" - uid: "com.azure.resourcemanager.loganalytics.models.Schema.labels()" fullName: "com.azure.resourcemanager.loganalytics.models.Schema.labels()" name: "labels()" nameWithType: "Schema.labels()" summary: "Get the labels property: Table labels." syntax: "public List labels()" desc: "Get the labels property: Table labels." returns: description: "the labels value." type: "List<String>" - uid: "com.azure.resourcemanager.loganalytics.models.Schema.name()" fullName: "com.azure.resourcemanager.loganalytics.models.Schema.name()" name: "name()" nameWithType: "Schema.name()" summary: "Get the name property: Table name." syntax: "public String name()" desc: "Get the name property: Table name." returns: description: "the name value." type: "String" - uid: "com.azure.resourcemanager.loganalytics.models.Schema.solutions()" fullName: "com.azure.resourcemanager.loganalytics.models.Schema.solutions()" name: "solutions()" nameWithType: "Schema.solutions()" summary: "Get the solutions property: List of solutions the table is affiliated with." syntax: "public List solutions()" desc: "Get the solutions property: List of solutions the table is affiliated with." returns: description: "the solutions value." type: "List<String>" - uid: "com.azure.resourcemanager.loganalytics.models.Schema.source()" fullName: "com.azure.resourcemanager.loganalytics.models.Schema.source()" name: "source()" nameWithType: "Schema.source()" summary: "Get the source property: Table's creator." syntax: "public SourceEnum source()" desc: "Get the source property: Table's creator." returns: description: "the source value." type: "" - uid: "com.azure.resourcemanager.loganalytics.models.Schema.standardColumns()" fullName: "com.azure.resourcemanager.loganalytics.models.Schema.standardColumns()" name: "standardColumns()" nameWithType: "Schema.standardColumns()" summary: "Get the standardColumns property: A list of table standard columns." syntax: "public List standardColumns()" desc: "Get the standardColumns property: A list of table standard columns." returns: description: "the standardColumns value." type: "List<>" - uid: "com.azure.resourcemanager.loganalytics.models.Schema.tableSubType()" fullName: "com.azure.resourcemanager.loganalytics.models.Schema.tableSubType()" name: "tableSubType()" nameWithType: "Schema.tableSubType()" summary: "Get the tableSubType property: The subtype describes what APIs can be used to interact with the table, and what features are available against it." syntax: "public TableSubTypeEnum tableSubType()" desc: "Get the tableSubType property: The subtype describes what APIs can be used to interact with the table, and what features are available against it." returns: description: "the tableSubType value." type: "" - uid: "com.azure.resourcemanager.loganalytics.models.Schema.tableType()" fullName: "com.azure.resourcemanager.loganalytics.models.Schema.tableType()" name: "tableType()" nameWithType: "Schema.tableType()" summary: "Get the tableType property: Table's creator." syntax: "public TableTypeEnum tableType()" desc: "Get the tableType property: Table's creator." returns: description: "the tableType value." type: "" - uid: "com.azure.resourcemanager.loganalytics.models.Schema.validate()" fullName: "com.azure.resourcemanager.loganalytics.models.Schema.validate()" name: "validate()" nameWithType: "Schema.validate()" summary: "Validates the instance." syntax: "public void validate()" desc: "Validates the instance." - uid: "com.azure.resourcemanager.loganalytics.models.Schema.withColumns(java.util.List)" fullName: "com.azure.resourcemanager.loganalytics.models.Schema.withColumns(List columns)" name: "withColumns(List columns)" nameWithType: "Schema.withColumns(List columns)" summary: "Set the columns property: A list of table custom columns." parameters: - description: "the columns value to set." name: "columns" type: "List<>" syntax: "public Schema withColumns(List columns)" desc: "Set the columns property: A list of table custom columns." returns: description: "the Schema object itself." type: "" - uid: "com.azure.resourcemanager.loganalytics.models.Schema.withDescription(java.lang.String)" fullName: "com.azure.resourcemanager.loganalytics.models.Schema.withDescription(String description)" name: "withDescription(String description)" nameWithType: "Schema.withDescription(String description)" summary: "Set the description property: Table description." parameters: - description: "the description value to set." name: "description" type: "String" syntax: "public Schema withDescription(String description)" desc: "Set the description property: Table description." returns: description: "the Schema object itself." type: "" - uid: "com.azure.resourcemanager.loganalytics.models.Schema.withDisplayName(java.lang.String)" fullName: "com.azure.resourcemanager.loganalytics.models.Schema.withDisplayName(String displayName)" name: "withDisplayName(String displayName)" nameWithType: "Schema.withDisplayName(String displayName)" summary: "Set the displayName property: Table display name." parameters: - description: "the displayName value to set." name: "displayName" type: "String" syntax: "public Schema withDisplayName(String displayName)" desc: "Set the displayName property: Table display name." returns: description: "the Schema object itself." type: "" - uid: "com.azure.resourcemanager.loganalytics.models.Schema.withName(java.lang.String)" fullName: "com.azure.resourcemanager.loganalytics.models.Schema.withName(String name)" name: "withName(String name)" nameWithType: "Schema.withName(String name)" summary: "Set the name property: Table name." parameters: - description: "the name value to set." name: "name" type: "String" syntax: "public Schema withName(String name)" desc: "Set the name property: Table name." returns: description: "the Schema object itself." type: "" type: "class" desc: "Table's schema." metadata: {} package: "com.azure.resourcemanager.loganalytics.models" artifact: com.azure.resourcemanager:azure-resourcemanager-loganalytics:1.0.0