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