TableLevelSharingProperties 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.
Table level sharing properties dto for kusto data set properties.
public class TableLevelSharingProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataShare.Models.TableLevelSharingProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataShare.Models.TableLevelSharingProperties>
public class TableLevelSharingProperties
type TableLevelSharingProperties = class
interface IJsonModel<TableLevelSharingProperties>
interface IPersistableModel<TableLevelSharingProperties>
type TableLevelSharingProperties = class
Public Class TableLevelSharingProperties
Implements IJsonModel(Of TableLevelSharingProperties), IPersistableModel(Of TableLevelSharingProperties)
Public Class TableLevelSharingProperties
- Inheritance
-
TableLevelSharingProperties
- Implements
Constructors
TableLevelSharingProperties() |
Initializes a new instance of TableLevelSharingProperties. |
Properties
ExternalTablesToExclude |
External tables to be excluded in the data set. |
ExternalTablesToInclude |
External tables to be included in the data set. |
MaterializedViewsToExclude |
Materialized views to be excluded in the data set. |
MaterializedViewsToInclude |
Materialized views to be included in the data set. |
TablesToExclude |
Tables to be excluded in the data set. |
TablesToInclude |
Tables to be included in the data set. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<TableLevelSharingProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<TableLevelSharingProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<TableLevelSharingProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<TableLevelSharingProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<TableLevelSharingProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET