DataContainer Class

Definition

Represents information about the entity (such as Azure SQL table or DocumentDb collection) that will be indexed.

public class DataContainer
type DataContainer = class
Public Class DataContainer
Inheritance
DataContainer

Constructors

DataContainer()

Initializes a new instance of the DataContainer class.

DataContainer(String, String)

Initializes a new instance of the DataContainer class.

Properties

Name

Gets or sets the name of the table or view (for Azure SQL data source) or collection (for DocumentDB data source) that will be indexed.

Query

Gets or sets a query that is applied to this data container. The syntax and meaning of this parameter is datasource-specific. Not supported by Azure SQL datasources.

Methods

Validate()

Validate the object.

Applies to