Package version:

Interface ChangeDataCaptureResource

Change data capture resource type.

interface ChangeDataCaptureResource {
    allowVNetOverride?: boolean;
    description?: string;
    etag?: string;
    folder?: ChangeDataCaptureFolder;
    id?: string;
    name?: string;
    policy: MapperPolicy;
    sourceConnectionsInfo: MapperSourceConnectionsInfo[];
    status?: string;
    targetConnectionsInfo: MapperTargetConnectionsInfo[];
    type?: string;
    [property: string]: any;
}

Hierarchy (view full)

Indexable

  • [property: string]: any

    Describes unknown properties. The value of an unknown property can be of "any" type.

Properties

allowVNetOverride?: boolean

A boolean to determine if the vnet configuration needs to be overwritten.

description?: string

The description of the change data capture.

etag?: string

Etag identifies change in the resource. NOTE: This property will not be serialized. It can only be populated by the server.

The folder that this CDC is in. If not specified, CDC will appear at the root level.

id?: string

The resource identifier. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

The resource name. NOTE: This property will not be serialized. It can only be populated by the server.

policy: MapperPolicy

CDC policy

sourceConnectionsInfo: MapperSourceConnectionsInfo[]

List of sources connections that can be used as sources in the CDC.

status?: string

Status of the CDC as to if it is running or stopped.

targetConnectionsInfo: MapperTargetConnectionsInfo[]

List of target connections that can be used as sources in the CDC.

type?: string

The resource type. NOTE: This property will not be serialized. It can only be populated by the server.