java.lang.Object
com.azure.resourcemanager.loganalytics.models.Schema

public final class Schema extends Object
Table's schema.
  • Constructor Details

    • Schema

      public Schema()
  • Method Details

    • name

      public String name()
      Get the name property: Table name.
      Returns:
      the name value.
    • withName

      public Schema withName(String name)
      Set the name property: Table name.
      Parameters:
      name - the name value to set.
      Returns:
      the Schema object itself.
    • displayName

      public String displayName()
      Get the displayName property: Table display name.
      Returns:
      the displayName value.
    • withDisplayName

      public Schema withDisplayName(String displayName)
      Set the displayName property: Table display name.
      Parameters:
      displayName - the displayName value to set.
      Returns:
      the Schema object itself.
    • description

      public String description()
      Get the description property: Table description.
      Returns:
      the description value.
    • withDescription

      public Schema withDescription(String description)
      Set the description property: Table description.
      Parameters:
      description - the description value to set.
      Returns:
      the Schema object itself.
    • columns

      public List<Column> columns()
      Get the columns property: A list of table custom columns.
      Returns:
      the columns value.
    • withColumns

      public Schema withColumns(List<Column> columns)
      Set the columns property: A list of table custom columns.
      Parameters:
      columns - the columns value to set.
      Returns:
      the Schema object itself.
    • standardColumns

      public List<Column> standardColumns()
      Get the standardColumns property: A list of table standard columns.
      Returns:
      the standardColumns value.
    • categories

      public List<String> categories()
      Get the categories property: Table category.
      Returns:
      the categories value.
    • labels

      public List<String> labels()
      Get the labels property: Table labels.
      Returns:
      the labels value.
    • source

      public SourceEnum source()
      Get the source property: Table's creator.
      Returns:
      the source value.
    • tableType

      public TableTypeEnum tableType()
      Get the tableType property: Table's creator.
      Returns:
      the tableType value.
    • tableSubType

      public TableSubTypeEnum tableSubType()
      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:
      the tableSubType value.
    • solutions

      public List<String> solutions()
      Get the solutions property: List of solutions the table is affiliated with.
      Returns:
      the solutions value.
    • searchResults

      public SearchResults searchResults()
      Get the searchResults property: Parameters of the search job that initiated this table.
      Returns:
      the searchResults value.
    • restoredLogs

      public RestoredLogs restoredLogs()
      Get the restoredLogs property: Parameters of the restore operation that initiated this table.
      Returns:
      the restoredLogs value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.