Share via


Schema Class

Definition

Table's schema.

public class Schema
type Schema = class
Public Class Schema
Inheritance
Schema

Constructors

Schema()

Initializes a new instance of the Schema class.

Schema(String, String, String, IList<Column>, IList<Column>, IList<String>, IList<String>, String, String, String, IList<String>, SearchResults, RestoredLogs)

Initializes a new instance of the Schema class.

Properties

Categories

Gets table category.

Columns

Gets or sets a list of table custom columns.

Description

Gets or sets table description.

DisplayName

Gets or sets table display name.

Labels

Gets table labels.

Name

Gets or sets table name.

RestoredLogs

Gets parameters of the restore operation that initiated this table.

SearchResults

Gets parameters of the search job that initiated this table.

Solutions

Gets list of solutions the table is affiliated with

Source

Gets table's creator. Possible values include: 'microsoft', 'customer'

StandardColumns

Gets a list of table standard columns.

TableSubType

Gets the subtype describes what APIs can be used to interact with the table, and what features are available against it. Possible values include: 'Any', 'Classic', 'DataCollectionRuleBased'

TableType

Gets table's creator. Possible values include: 'Microsoft', 'CustomLog', 'RestoredLogs', 'SearchResults'

Applies to