ReplicationConfigurationRepositoryFilter

An array of objects representing the details of a repository filter.

Constructors

Link copied to clipboard
constructor(filter: String, filterType: ReplicationConfigurationFilterType)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The repository filter details. When the PREFIX_MATCH filter type is specified, this value is required and should be the repository name prefix to configure replication for.

Link copied to clipboard

The repository filter type. The only supported value is PREFIX_MATCH , which is a repository name prefix specified with the filter parameter.