Uses of Class
com.azure.resourcemanager.kusto.models.TableLevelSharingProperties
Package
Description
Package containing the inner data models for KustoManagementClient.
Package containing the data models for KustoManagementClient.
-
Uses of TableLevelSharingProperties in com.azure.resourcemanager.kusto.fluent.models
Modifier and TypeMethodDescriptionAttachedDatabaseConfigurationInner.tableLevelSharingProperties()
Get the tableLevelSharingProperties property: Table level sharing specifications.AttachedDatabaseConfigurationProperties.tableLevelSharingProperties()
Get the tableLevelSharingProperties property: Table level sharing specifications.FollowerDatabaseDefinitionInner.tableLevelSharingProperties()
Get the tableLevelSharingProperties property: Table level sharing specifications.ReadOnlyFollowingDatabaseProperties.tableLevelSharingProperties()
Get the tableLevelSharingProperties property: Table level sharing specifications.Modifier and TypeMethodDescriptionAttachedDatabaseConfigurationInner.withTableLevelSharingProperties
(TableLevelSharingProperties tableLevelSharingProperties) Set the tableLevelSharingProperties property: Table level sharing specifications.AttachedDatabaseConfigurationProperties.withTableLevelSharingProperties
(TableLevelSharingProperties tableLevelSharingProperties) Set the tableLevelSharingProperties property: Table level sharing specifications. -
Uses of TableLevelSharingProperties in com.azure.resourcemanager.kusto.models
Modifier and TypeMethodDescriptionAttachedDatabaseConfiguration.tableLevelSharingProperties()
Gets the tableLevelSharingProperties property: Table level sharing specifications.FollowerDatabaseDefinition.tableLevelSharingProperties()
Gets the tableLevelSharingProperties property: Table level sharing specifications.ReadOnlyFollowingDatabase.tableLevelSharingProperties()
Get the tableLevelSharingProperties property: Table level sharing specifications.TableLevelSharingProperties.withExternalTablesToExclude
(List<String> externalTablesToExclude) Set the externalTablesToExclude property: List of external tables exclude from the follower database.TableLevelSharingProperties.withExternalTablesToInclude
(List<String> externalTablesToInclude) Set the externalTablesToInclude property: List of external tables to include in the follower database.TableLevelSharingProperties.withMaterializedViewsToExclude
(List<String> materializedViewsToExclude) Set the materializedViewsToExclude property: List of materialized views exclude from the follower database.TableLevelSharingProperties.withMaterializedViewsToInclude
(List<String> materializedViewsToInclude) Set the materializedViewsToInclude property: List of materialized views to include in the follower database.TableLevelSharingProperties.withTablesToExclude
(List<String> tablesToExclude) Set the tablesToExclude property: List of tables to exclude from the follower database.TableLevelSharingProperties.withTablesToInclude
(List<String> tablesToInclude) Set the tablesToInclude property: List of tables to include in the follower database.Modifier and TypeMethodDescriptionAttachedDatabaseConfiguration.DefinitionStages.WithTableLevelSharingProperties.withTableLevelSharingProperties
(TableLevelSharingProperties tableLevelSharingProperties) Specifies the tableLevelSharingProperties property: Table level sharing specifications.AttachedDatabaseConfiguration.UpdateStages.WithTableLevelSharingProperties.withTableLevelSharingProperties
(TableLevelSharingProperties tableLevelSharingProperties) Specifies the tableLevelSharingProperties property: Table level sharing specifications.