TableLevelSharingProperties Class

Definition

Tables that will be included and excluded in the follower database

public class TableLevelSharingProperties
type TableLevelSharingProperties = class
Public Class TableLevelSharingProperties
Inheritance
TableLevelSharingProperties

Constructors

TableLevelSharingProperties()

Initializes a new instance of the TableLevelSharingProperties class.

TableLevelSharingProperties(IList<String>, IList<String>, IList<String>, IList<String>, IList<String>, IList<String>)

Initializes a new instance of the TableLevelSharingProperties class.

Properties

ExternalTablesToExclude

Gets or sets list of external tables exclude from the follower database

ExternalTablesToInclude

Gets or sets list of external tables to include in the follower database

MaterializedViewsToExclude

Gets or sets list of materialized views exclude from the follower database

MaterializedViewsToInclude

Gets or sets list of materialized views to include in the follower database

TablesToExclude

Gets or sets list of tables to exclude from the follower database

TablesToInclude

Gets or sets list of tables to include in the follower database

Applies to