DataContainer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET