Compartir a través de


TableLevelSharingProperties Class

Definition

Tables that will be included and excluded in the follower database

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.TableLevelSharingPropertiesTypeConverter))]
public class TableLevelSharingProperties : Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.ITableLevelSharingProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.TableLevelSharingPropertiesTypeConverter))>]
type TableLevelSharingProperties = class
    interface ITableLevelSharingProperties
    interface IJsonSerializable
Public Class TableLevelSharingProperties
Implements ITableLevelSharingProperties
Inheritance
TableLevelSharingProperties
Attributes
Implements

Constructors

TableLevelSharingProperties()

Creates an new TableLevelSharingProperties instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TableLevelSharingProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TableLevelSharingProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.ITableLevelSharingProperties.

FromJsonString(String)

Creates a new instance of TableLevelSharingProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of TableLevelSharingProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to