Package version:

Interface ChangeDataCaptureListResponse

A list of change data capture resources.

interface ChangeDataCaptureListResponse {
    nextLink?: string;
    value: ChangeDataCaptureResource[];
}

Properties

Properties

nextLink?: string

The link to the next page of results, if any remaining results exist.

Lists all resources of type change data capture.