ข้ามไปยังเนื้อหา

Interface ICdcCaptureExecutionRuntimeCatalog

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll

Exposes the configured CDC capture execution runtimes visible to the current runtime.

public interface ICdcCaptureExecutionRuntimeCatalog

Gets the configured CDC capture execution runtimes visible to the current runtime.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> Runtimes { get; }

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

Gets the CDC capture execution runtimes whose current runtime story mentions the requested edge node.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByEdgeNodeId(string edgeNodeId)

edgeNodeId string

The edge-node identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when the edge node is not currently visible.

Gets one CDC capture execution runtime by its stable identifier.

CdcCaptureExecutionRuntimeDescriptor? GetById(string executionRuntimeId)

executionRuntimeId string

The stable execution-runtime identifier to resolve.

CdcCaptureExecutionRuntimeDescriptor?

The matching execution-runtime descriptor, or null when none exists.

Gets the CDC capture execution runtimes whose current managed-connector action plan includes the requested action identifier.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorActionId(string actionId)

actionId string

The stable managed-connector action identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that action identifier.

GetByManagedConnectorActionPlanState(string)

Section titled “ GetByManagedConnectorActionPlanState(string)”

Gets the CDC capture execution runtimes whose current managed-connector action plan matches the requested state.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorActionPlanState(string actionPlanState)

actionPlanState string

The stable managed-connector action-plan state identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that action-plan state.

GetByManagedConnectorAutomaticRetryCoordinationCategory(string)

Section titled “ GetByManagedConnectorAutomaticRetryCoordinationCategory(string)”

Gets the CDC capture execution runtimes whose current managed-connector automatic background retry coordination answer includes the requested category.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorAutomaticRetryCoordinationCategory(string coordinationCategory)

coordinationCategory string

The stable managed-connector automatic background retry coordination category identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that coordination category.

GetByManagedConnectorAutomaticRetryCoordinationOwnerId(string)

Section titled “ GetByManagedConnectorAutomaticRetryCoordinationOwnerId(string)”

Gets the CDC capture execution runtimes whose current managed-connector automatic background retry coordination answer references the requested local coordination owner identifier.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorAutomaticRetryCoordinationOwnerId(string ownerId)

ownerId string

The stable local coordination owner identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that owner identifier.

GetByManagedConnectorAutomaticRetryCoordinationState(string)

Section titled “ GetByManagedConnectorAutomaticRetryCoordinationState(string)”

Gets the CDC capture execution runtimes whose current managed-connector automatic background retry coordination answer matches the requested state.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorAutomaticRetryCoordinationState(string coordinationState)

coordinationState string

The stable managed-connector automatic background retry coordination state identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that coordination state.

GetByManagedConnectorAutomaticRetryExecutionCategory(string)

Section titled “ GetByManagedConnectorAutomaticRetryExecutionCategory(string)”

Gets the CDC capture execution runtimes whose current managed-connector automatic background retry execution answer includes the requested category.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorAutomaticRetryExecutionCategory(string automaticRetryCategory)

automaticRetryCategory string

The stable managed-connector automatic background retry execution category identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that automatic background retry execution category.

GetByManagedConnectorAutomaticRetryExecutionOperationId(string)

Section titled “ GetByManagedConnectorAutomaticRetryExecutionOperationId(string)”

Gets the CDC capture execution runtimes whose current managed-connector automatic background retry execution answer currently targets the requested operation.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorAutomaticRetryExecutionOperationId(string operationId)

operationId string

The stable managed-connector automatic background retry execution operation identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that operation identifier.

GetByManagedConnectorAutomaticRetryExecutionState(string)

Section titled “ GetByManagedConnectorAutomaticRetryExecutionState(string)”

Gets the CDC capture execution runtimes whose current managed-connector automatic background retry execution answer matches the requested state.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorAutomaticRetryExecutionState(string automaticRetryState)

automaticRetryState string

The stable managed-connector automatic background retry execution state identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that automatic background retry execution state.

GetByManagedConnectorCommandEnvelopeCategory(string)

Section titled “ GetByManagedConnectorCommandEnvelopeCategory(string)”

Gets the CDC capture execution runtimes whose current managed-connector command envelope includes the requested category.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorCommandEnvelopeCategory(string commandCategory)

commandCategory string

The stable managed-connector command-envelope category identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that command-envelope category.

GetByManagedConnectorCommandEnvelopeOperationId(string)

Section titled “ GetByManagedConnectorCommandEnvelopeOperationId(string)”

Gets the CDC capture execution runtimes whose current managed-connector command envelope currently targets the requested operation.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorCommandEnvelopeOperationId(string operationId)

operationId string

The stable managed-connector command-envelope operation identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that operation identifier.

GetByManagedConnectorCommandEnvelopeState(string)

Section titled “ GetByManagedConnectorCommandEnvelopeState(string)”

Gets the CDC capture execution runtimes whose current managed-connector command envelope matches the requested state.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorCommandEnvelopeState(string commandState)

commandState string

The stable managed-connector command-envelope state identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that command-envelope state.

GetByManagedConnectorCommandExecutionOperationId(string)

Section titled “ GetByManagedConnectorCommandExecutionOperationId(string)”

Gets the CDC capture execution runtimes whose latest managed-connector command-execution outcome references the requested operation.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorCommandExecutionOperationId(string operationId)

operationId string

The stable managed-connector operation identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that operation identifier.

GetByManagedConnectorCommandExecutionState(string)

Section titled “ GetByManagedConnectorCommandExecutionState(string)”

Gets the CDC capture execution runtimes whose latest managed-connector command-execution outcome matches the requested state.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorCommandExecutionState(string executionState)

executionState string

The stable managed-connector command-execution state identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that execution state.

GetByManagedConnectorCommandIssuanceCategory(string)

Section titled “ GetByManagedConnectorCommandIssuanceCategory(string)”

Gets the CDC capture execution runtimes whose current managed-connector command issuance includes the requested category.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorCommandIssuanceCategory(string issuanceCategory)

issuanceCategory string

The stable managed-connector command-issuance category identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that command-issuance category.

GetByManagedConnectorCommandIssuanceOperationId(string)

Section titled “ GetByManagedConnectorCommandIssuanceOperationId(string)”

Gets the CDC capture execution runtimes whose current managed-connector command issuance currently targets the requested operation.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorCommandIssuanceOperationId(string operationId)

operationId string

The stable managed-connector command-issuance operation identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that operation identifier.

GetByManagedConnectorCommandIssuanceState(string)

Section titled “ GetByManagedConnectorCommandIssuanceState(string)”

Gets the CDC capture execution runtimes whose current managed-connector command issuance matches the requested state.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorCommandIssuanceState(string issuanceState)

issuanceState string

The stable managed-connector command-issuance state identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that command-issuance state.

GetByManagedConnectorCommandJournalCategory(string)

Section titled “ GetByManagedConnectorCommandJournalCategory(string)”

Gets the CDC capture execution runtimes whose current bounded managed-connector command-journal answer includes the requested category.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorCommandJournalCategory(string journalCategory)

journalCategory string

The stable managed-connector command-journal category identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that journal category.

GetByManagedConnectorCommandJournalDurabilityCategory(string)

Section titled “ GetByManagedConnectorCommandJournalDurabilityCategory(string)”

Gets the CDC capture execution runtimes whose current managed-connector command-journal durability answer includes the requested category.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorCommandJournalDurabilityCategory(string durabilityCategory)

durabilityCategory string

The stable managed-connector command-journal durability category identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that durability category.

GetByManagedConnectorCommandJournalDurabilityState(string)

Section titled “ GetByManagedConnectorCommandJournalDurabilityState(string)”

Gets the CDC capture execution runtimes whose current managed-connector command-journal durability answer matches the requested state.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorCommandJournalDurabilityState(string durabilityState)

durabilityState string

The stable managed-connector command-journal durability state identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that durability state.

GetByManagedConnectorCommandJournalState(string)

Section titled “ GetByManagedConnectorCommandJournalState(string)”

Gets the CDC capture execution runtimes whose current bounded managed-connector command-journal answer matches the requested state.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorCommandJournalState(string journalState)

journalState string

The stable managed-connector command-journal state identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that journal state.

GetByManagedConnectorCommandRetryCategory(string)

Section titled “ GetByManagedConnectorCommandRetryCategory(string)”

Gets the CDC capture execution runtimes whose current managed-connector command-retry answer includes the requested category.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorCommandRetryCategory(string retryCategory)

retryCategory string

The stable managed-connector command-retry category identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that retry category.

GetByManagedConnectorCommandRetryOperationId(string)

Section titled “ GetByManagedConnectorCommandRetryOperationId(string)”

Gets the CDC capture execution runtimes whose current managed-connector command-retry answer currently targets the requested operation.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorCommandRetryOperationId(string operationId)

operationId string

The stable managed-connector command-retry operation identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that operation identifier.

GetByManagedConnectorCommandRetryState(string)

Section titled “ GetByManagedConnectorCommandRetryState(string)”

Gets the CDC capture execution runtimes whose current managed-connector command-retry answer matches the requested state.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorCommandRetryState(string retryState)

retryState string

The stable managed-connector command-retry state identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that retry state.

GetByManagedConnectorCrossNodeIdempotencyHardeningCategory(string)

Section titled “ GetByManagedConnectorCrossNodeIdempotencyHardeningCategory(string)”

Gets the CDC capture execution runtimes whose current managed-connector cross-node idempotency-hardening answer includes the requested category.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorCrossNodeIdempotencyHardeningCategory(string hardeningCategory)

hardeningCategory string

The stable cross-node idempotency-hardening category identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that hardening category.

GetByManagedConnectorCrossNodeIdempotencyHardeningOwnerId(string)

Section titled “ GetByManagedConnectorCrossNodeIdempotencyHardeningOwnerId(string)”

Gets the CDC capture execution runtimes whose current managed-connector cross-node idempotency-hardening answer references the requested coordination owner.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorCrossNodeIdempotencyHardeningOwnerId(string ownerId)

ownerId string

The stable coordination-owner identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that owner identifier.

GetByManagedConnectorCrossNodeIdempotencyHardeningRetryFingerprint(string)

Section titled “ GetByManagedConnectorCrossNodeIdempotencyHardeningRetryFingerprint(string)”

Gets the CDC capture execution runtimes whose current managed-connector cross-node idempotency-hardening answer references the requested retry fingerprint.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorCrossNodeIdempotencyHardeningRetryFingerprint(string retryFingerprint)

retryFingerprint string

The stable retry fingerprint to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that retry fingerprint.

GetByManagedConnectorCrossNodeIdempotencyHardeningState(string)

Section titled “ GetByManagedConnectorCrossNodeIdempotencyHardeningState(string)”

Gets the CDC capture execution runtimes whose current managed-connector cross-node idempotency-hardening answer matches the requested state.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorCrossNodeIdempotencyHardeningState(string hardeningState)

hardeningState string

The stable cross-node idempotency-hardening state identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that hardening state.

GetByManagedConnectorDistributedRetryLeaseCategory(string)

Section titled “ GetByManagedConnectorDistributedRetryLeaseCategory(string)”

Gets the CDC capture execution runtimes whose current managed-connector distributed retry lease answer includes the requested category.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorDistributedRetryLeaseCategory(string leaseCategory)

leaseCategory string

The stable managed-connector distributed retry lease category identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that distributed retry lease category.

GetByManagedConnectorDistributedRetryLeaseOwnerId(string)

Section titled “ GetByManagedConnectorDistributedRetryLeaseOwnerId(string)”

Gets the CDC capture execution runtimes whose current managed-connector distributed retry lease answer references the requested local coordination owner identifier.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorDistributedRetryLeaseOwnerId(string ownerId)

ownerId string

The stable local coordination owner identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that owner identifier.

GetByManagedConnectorDistributedRetryLeaseState(string)

Section titled “ GetByManagedConnectorDistributedRetryLeaseState(string)”

Gets the CDC capture execution runtimes whose current managed-connector distributed retry lease answer matches the requested state.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorDistributedRetryLeaseState(string leaseState)

leaseState string

The stable managed-connector distributed retry lease state identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that distributed retry lease state.

GetByManagedConnectorDistributedRetryOrchestrationCategory(string)

Section titled “ GetByManagedConnectorDistributedRetryOrchestrationCategory(string)”

Gets the CDC capture execution runtimes whose current managed-connector distributed retry orchestration answer includes the requested category.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorDistributedRetryOrchestrationCategory(string orchestrationCategory)

orchestrationCategory string

The stable managed-connector distributed retry orchestration category identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that orchestration category.

GetByManagedConnectorDistributedRetryOrchestrationOwnerId(string)

Section titled “ GetByManagedConnectorDistributedRetryOrchestrationOwnerId(string)”

Gets the CDC capture execution runtimes whose current managed-connector distributed retry orchestration answer references the requested local coordination owner identifier.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorDistributedRetryOrchestrationOwnerId(string ownerId)

ownerId string

The stable local coordination owner identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that owner identifier.

GetByManagedConnectorDistributedRetryOrchestrationState(string)

Section titled “ GetByManagedConnectorDistributedRetryOrchestrationState(string)”

Gets the CDC capture execution runtimes whose current managed-connector distributed retry orchestration answer matches the requested state.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorDistributedRetryOrchestrationState(string orchestrationState)

orchestrationState string

The stable managed-connector distributed retry orchestration state identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that orchestration state.

GetByManagedConnectorDriftCategory(string)

Section titled “ GetByManagedConnectorDriftCategory(string)”

Gets the CDC capture execution runtimes whose current managed-connector drift answer includes the requested category.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorDriftCategory(string driftCategory)

driftCategory string

The stable drift-category identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that drift category.

Gets the CDC capture execution runtimes whose current managed-connector drift answer matches the requested state.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorDriftState(string driftState)

driftState string

The stable drift-state identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that drift state.

GetByManagedConnectorDryRunCategory(string)

Section titled “ GetByManagedConnectorDryRunCategory(string)”

Gets the CDC capture execution runtimes whose current managed-connector dry-run answer includes the requested category.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorDryRunCategory(string dryRunCategory)

dryRunCategory string

The stable managed-connector dry-run category identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that dry-run category.

GetByManagedConnectorDryRunOperationId(string)

Section titled “ GetByManagedConnectorDryRunOperationId(string)”

Gets the CDC capture execution runtimes whose current managed-connector dry-run answer currently targets the requested operation.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorDryRunOperationId(string operationId)

operationId string

The stable managed-connector dry-run operation identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that operation identifier.

Gets the CDC capture execution runtimes whose current managed-connector dry-run answer matches the requested state.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorDryRunState(string dryRunState)

dryRunState string

The stable managed-connector dry-run state identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that dry-run state.

GetByManagedConnectorDurableSharedSchedulerOrchestrationCategory(string)

Section titled “ GetByManagedConnectorDurableSharedSchedulerOrchestrationCategory(string)”

Gets the CDC capture execution runtimes whose current managed-connector durable shared scheduler-orchestration answer reports the requested category identifier.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorDurableSharedSchedulerOrchestrationCategory(string schedulerCategory)

schedulerCategory string

The stable durable shared scheduler-orchestration category identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that durable shared scheduler-orchestration category.

GetByManagedConnectorDurableSharedSchedulerOrchestrationOwnerId(string)

Section titled “ GetByManagedConnectorDurableSharedSchedulerOrchestrationOwnerId(string)”

Gets the CDC capture execution runtimes whose current managed-connector durable shared scheduler-orchestration answer references the requested local coordination owner identifier.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorDurableSharedSchedulerOrchestrationOwnerId(string ownerId)

ownerId string

The stable local coordination owner identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that owner identifier.

GetByManagedConnectorDurableSharedSchedulerOrchestrationState(string)

Section titled “ GetByManagedConnectorDurableSharedSchedulerOrchestrationState(string)”

Gets the CDC capture execution runtimes whose current managed-connector durable shared scheduler-orchestration answer matches the requested state identifier.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorDurableSharedSchedulerOrchestrationState(string schedulerState)

schedulerState string

The stable durable shared scheduler-orchestration state identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that durable shared scheduler-orchestration state.

GetByManagedConnectorExecutionAdapterCategory(string)

Section titled “ GetByManagedConnectorExecutionAdapterCategory(string)”

Gets the CDC capture execution runtimes whose current managed-connector execution adapter includes the requested category.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorExecutionAdapterCategory(string executionAdapterCategory)

executionAdapterCategory string

The stable managed-connector execution-adapter category identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that execution-adapter category.

GetByManagedConnectorExecutionAdapterOperationId(string)

Section titled “ GetByManagedConnectorExecutionAdapterOperationId(string)”

Gets the CDC capture execution runtimes whose current managed-connector execution adapter currently targets the requested operation.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorExecutionAdapterOperationId(string operationId)

operationId string

The stable managed-connector execution-adapter operation identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that operation identifier.

GetByManagedConnectorExecutionAdapterState(string)

Section titled “ GetByManagedConnectorExecutionAdapterState(string)”

Gets the CDC capture execution runtimes whose current managed-connector execution adapter matches the requested state.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorExecutionAdapterState(string executionAdapterState)

executionAdapterState string

The stable managed-connector execution-adapter state identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that execution-adapter state.

GetByManagedConnectorExecutionApprovalCategory(string)

Section titled “ GetByManagedConnectorExecutionApprovalCategory(string)”

Gets the CDC capture execution runtimes whose current managed-connector execution-approval answer includes the requested category.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorExecutionApprovalCategory(string executionApprovalCategory)

executionApprovalCategory string

The stable managed-connector execution-approval category identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that execution-approval category.

GetByManagedConnectorExecutionApprovalOperationId(string)

Section titled “ GetByManagedConnectorExecutionApprovalOperationId(string)”

Gets the CDC capture execution runtimes whose current managed-connector execution-approval answer currently targets the requested operation.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorExecutionApprovalOperationId(string operationId)

operationId string

The stable managed-connector execution-approval operation identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that operation identifier.

GetByManagedConnectorExecutionApprovalState(string)

Section titled “ GetByManagedConnectorExecutionApprovalState(string)”

Gets the CDC capture execution runtimes whose current managed-connector execution-approval answer matches the requested state.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorExecutionApprovalState(string executionApprovalState)

executionApprovalState string

The stable managed-connector execution-approval state identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that execution-approval state.

GetByManagedConnectorExecutionIntentCategory(string)

Section titled “ GetByManagedConnectorExecutionIntentCategory(string)”

Gets the CDC capture execution runtimes whose current managed-connector execution intent includes the requested category.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorExecutionIntentCategory(string executionIntentCategory)

executionIntentCategory string

The stable managed-connector execution-intent category identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that execution-intent category.

GetByManagedConnectorExecutionIntentOperationId(string)

Section titled “ GetByManagedConnectorExecutionIntentOperationId(string)”

Gets the CDC capture execution runtimes whose current managed-connector execution intent currently targets the requested operation.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorExecutionIntentOperationId(string operationId)

operationId string

The stable managed-connector execution-intent operation identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that operation identifier.

GetByManagedConnectorExecutionIntentState(string)

Section titled “ GetByManagedConnectorExecutionIntentState(string)”

Gets the CDC capture execution runtimes whose current managed-connector execution intent matches the requested state.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorExecutionIntentState(string executionIntentState)

executionIntentState string

The stable managed-connector execution-intent state identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that execution-intent state.

GetByManagedConnectorGovernanceCategory(string)

Section titled “ GetByManagedConnectorGovernanceCategory(string)”

Gets the CDC capture execution runtimes whose current managed-connector governance answer includes the requested category.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorGovernanceCategory(string governanceCategory)

governanceCategory string

The stable governance-category identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that governance category.

GetByManagedConnectorGovernanceState(string)

Section titled “ GetByManagedConnectorGovernanceState(string)”

Gets the CDC capture execution runtimes whose current managed-connector governance answer matches the requested state.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorGovernanceState(string governanceState)

governanceState string

The stable governance-state identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that governance state.

GetByManagedConnectorMultiNodeLeaseExecutionCategory(string)

Section titled “ GetByManagedConnectorMultiNodeLeaseExecutionCategory(string)”

Gets the CDC capture execution runtimes whose current managed-connector broader multi-node lease-execution answer reports the requested category identifier.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorMultiNodeLeaseExecutionCategory(string leaseExecutionCategory)

leaseExecutionCategory string

The stable broader multi-node lease-execution category identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that broader multi-node lease-execution category.

GetByManagedConnectorMultiNodeLeaseExecutionOwnerId(string)

Section titled “ GetByManagedConnectorMultiNodeLeaseExecutionOwnerId(string)”

Gets the CDC capture execution runtimes whose current managed-connector broader multi-node lease-execution answer references the requested local coordination owner identifier.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorMultiNodeLeaseExecutionOwnerId(string ownerId)

ownerId string

The stable local coordination owner identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that owner identifier.

GetByManagedConnectorMultiNodeLeaseExecutionState(string)

Section titled “ GetByManagedConnectorMultiNodeLeaseExecutionState(string)”

Gets the CDC capture execution runtimes whose current managed-connector broader multi-node lease-execution answer matches the requested state identifier.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorMultiNodeLeaseExecutionState(string leaseExecutionState)

leaseExecutionState string

The stable broader multi-node lease-execution state identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that broader multi-node lease-execution state.

GetByManagedConnectorPreflightCategory(string)

Section titled “ GetByManagedConnectorPreflightCategory(string)”

Gets the CDC capture execution runtimes whose current managed-connector preflight answer includes the requested category.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorPreflightCategory(string preflightCategory)

preflightCategory string

The stable managed-connector preflight category identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that preflight category.

GetByManagedConnectorPreflightOperationId(string)

Section titled “ GetByManagedConnectorPreflightOperationId(string)”

Gets the CDC capture execution runtimes whose current managed-connector preflight answer currently targets the requested operation.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorPreflightOperationId(string operationId)

operationId string

The stable managed-connector operation identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that operation identifier.

GetByManagedConnectorPreflightState(string)

Section titled “ GetByManagedConnectorPreflightState(string)”

Gets the CDC capture execution runtimes whose current managed-connector preflight answer matches the requested state.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorPreflightState(string preflightState)

preflightState string

The stable managed-connector preflight state identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that preflight state.

GetByManagedConnectorProviderExecutionOrchestrationCategory(string)

Section titled “ GetByManagedConnectorProviderExecutionOrchestrationCategory(string)”

Gets the CDC capture execution runtimes whose current provider execution-orchestration answer includes the requested category.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorProviderExecutionOrchestrationCategory(string providerExecutionOrchestrationCategory)

providerExecutionOrchestrationCategory string

The stable provider execution-orchestration category identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that provider execution-orchestration category.

GetByManagedConnectorProviderExecutionOrchestrationOperationId(string)

Section titled “ GetByManagedConnectorProviderExecutionOrchestrationOperationId(string)”

Gets the CDC capture execution runtimes whose current provider execution-orchestration answer currently targets the requested operation.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorProviderExecutionOrchestrationOperationId(string operationId)

operationId string

The stable provider execution-orchestration operation identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that operation identifier.

GetByManagedConnectorProviderExecutionOrchestrationState(string)

Section titled “ GetByManagedConnectorProviderExecutionOrchestrationState(string)”

Gets the CDC capture execution runtimes whose current provider execution-orchestration answer matches the requested state.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorProviderExecutionOrchestrationState(string providerExecutionOrchestrationState)

providerExecutionOrchestrationState string

The stable provider execution-orchestration state identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that provider execution-orchestration state.

GetByManagedConnectorProviderOwnedControlPlaneApplyAndReconcileExecutionCategory(string)

Section titled “ GetByManagedConnectorProviderOwnedControlPlaneApplyAndReconcileExecutionCategory(string)”

Gets the CDC capture execution runtimes whose current provider-owned control-plane apply-and-reconcile execution answer includes the requested category.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorProviderOwnedControlPlaneApplyAndReconcileExecutionCategory(string applyAndReconcileExecutionCategory)

applyAndReconcileExecutionCategory string

The stable provider-owned control-plane apply-and-reconcile execution category identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that apply-and-reconcile execution category.

GetByManagedConnectorProviderOwnedControlPlaneApplyAndReconcileExecutionOperationId(string)

Section titled “ GetByManagedConnectorProviderOwnedControlPlaneApplyAndReconcileExecutionOperationId(string)”

Gets the CDC capture execution runtimes whose current provider-owned control-plane apply-and-reconcile execution answer currently targets the requested operation.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorProviderOwnedControlPlaneApplyAndReconcileExecutionOperationId(string operationId)

operationId string

The stable provider-owned control-plane apply-and-reconcile execution operation identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that operation identifier.

GetByManagedConnectorProviderOwnedControlPlaneApplyAndReconcileExecutionState(string)

Section titled “ GetByManagedConnectorProviderOwnedControlPlaneApplyAndReconcileExecutionState(string)”

Gets the CDC capture execution runtimes whose current provider-owned control-plane apply-and-reconcile execution answer matches the requested state.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorProviderOwnedControlPlaneApplyAndReconcileExecutionState(string applyAndReconcileExecutionState)

applyAndReconcileExecutionState string

The stable provider-owned control-plane apply-and-reconcile execution state identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that apply-and-reconcile execution state.

GetByManagedConnectorProviderOwnedControlPlaneDependencyAwareApplyAndReconcileHardeningCategory(string)

Section titled “ GetByManagedConnectorProviderOwnedControlPlaneDependencyAwareApplyAndReconcileHardeningCategory(string)”

Gets the CDC capture execution runtimes whose current provider-owned control-plane dependency-aware apply-and-reconcile hardening answer includes the requested category.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorProviderOwnedControlPlaneDependencyAwareApplyAndReconcileHardeningCategory(string hardeningCategory)

hardeningCategory string

The stable provider-owned control-plane dependency-aware apply-and-reconcile hardening category identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that dependency-aware hardening category.

GetByManagedConnectorProviderOwnedControlPlaneDependencyAwareApplyAndReconcileHardeningOperationId(string)

Section titled “ GetByManagedConnectorProviderOwnedControlPlaneDependencyAwareApplyAndReconcileHardeningOperationId(string)”

Gets the CDC capture execution runtimes whose current provider-owned control-plane dependency-aware apply-and-reconcile hardening answer currently targets the requested operation.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorProviderOwnedControlPlaneDependencyAwareApplyAndReconcileHardeningOperationId(string operationId)

operationId string

The stable dependency-aware apply-and-reconcile hardening operation identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that operation identifier.

GetByManagedConnectorProviderOwnedControlPlaneDependencyAwareApplyAndReconcileHardeningState(string)

Section titled “ GetByManagedConnectorProviderOwnedControlPlaneDependencyAwareApplyAndReconcileHardeningState(string)”

Gets the CDC capture execution runtimes whose current provider-owned control-plane dependency-aware apply-and-reconcile hardening answer matches the requested state.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorProviderOwnedControlPlaneDependencyAwareApplyAndReconcileHardeningState(string hardeningState)

hardeningState string

The stable provider-owned control-plane dependency-aware apply-and-reconcile hardening state identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that dependency-aware hardening state.

GetByManagedConnectorProviderOwnedControlPlaneDependencyAwareProvisioningAndMutationHardeningCategory(string)

Section titled “ GetByManagedConnectorProviderOwnedControlPlaneDependencyAwareProvisioningAndMutationHardeningCategory(string)”

Gets the CDC capture execution runtimes whose current provider-owned control-plane dependency-aware provisioning and mutation hardening answer includes the requested category.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorProviderOwnedControlPlaneDependencyAwareProvisioningAndMutationHardeningCategory(string hardeningCategory)

hardeningCategory string

The stable provider-owned control-plane dependency-aware provisioning and mutation hardening category identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that dependency-aware hardening category.

GetByManagedConnectorProviderOwnedControlPlaneDependencyAwareProvisioningAndMutationHardeningOperationId(string)

Section titled “ GetByManagedConnectorProviderOwnedControlPlaneDependencyAwareProvisioningAndMutationHardeningOperationId(string)”

Gets the CDC capture execution runtimes whose current provider-owned control-plane dependency-aware provisioning and mutation hardening answer currently targets the requested operation.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorProviderOwnedControlPlaneDependencyAwareProvisioningAndMutationHardeningOperationId(string operationId)

operationId string

The stable dependency-aware provisioning and mutation hardening operation identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that operation identifier.

GetByManagedConnectorProviderOwnedControlPlaneDependencyAwareProvisioningAndMutationHardeningState(string)

Section titled “ GetByManagedConnectorProviderOwnedControlPlaneDependencyAwareProvisioningAndMutationHardeningState(string)”

Gets the CDC capture execution runtimes whose current provider-owned control-plane dependency-aware provisioning and mutation hardening answer matches the requested state.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorProviderOwnedControlPlaneDependencyAwareProvisioningAndMutationHardeningState(string hardeningState)

hardeningState string

The stable provider-owned control-plane dependency-aware provisioning and mutation hardening state identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that dependency-aware hardening state.

GetByManagedConnectorProviderOwnedControlPlaneMutationReconcileCategory(string)

Section titled “ GetByManagedConnectorProviderOwnedControlPlaneMutationReconcileCategory(string)”

Gets the CDC capture execution runtimes whose current provider-owned control-plane mutation and reconcile answer includes the requested category.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorProviderOwnedControlPlaneMutationReconcileCategory(string providerOwnedControlPlaneMutationReconcileCategory)

providerOwnedControlPlaneMutationReconcileCategory string

The stable provider-owned control-plane mutation and reconcile category identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that provider-owned control-plane mutation and reconcile category.

GetByManagedConnectorProviderOwnedControlPlaneMutationReconcileOperationId(string)

Section titled “ GetByManagedConnectorProviderOwnedControlPlaneMutationReconcileOperationId(string)”

Gets the CDC capture execution runtimes whose current provider-owned control-plane mutation and reconcile answer currently targets the requested operation.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorProviderOwnedControlPlaneMutationReconcileOperationId(string operationId)

operationId string

The stable provider-owned control-plane mutation and reconcile operation identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that operation identifier.

GetByManagedConnectorProviderOwnedControlPlaneMutationReconcileState(string)

Section titled “ GetByManagedConnectorProviderOwnedControlPlaneMutationReconcileState(string)”

Gets the CDC capture execution runtimes whose current provider-owned control-plane mutation and reconcile answer matches the requested state.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorProviderOwnedControlPlaneMutationReconcileState(string providerOwnedControlPlaneMutationReconcileState)

providerOwnedControlPlaneMutationReconcileState string

The stable provider-owned control-plane mutation and reconcile state identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that provider-owned control-plane mutation and reconcile state.

GetByManagedConnectorProviderOwnedControlPlaneOwnershipCategory(string)

Section titled “ GetByManagedConnectorProviderOwnedControlPlaneOwnershipCategory(string)”

Gets the CDC capture execution runtimes whose current provider-owned control-plane ownership answer includes the requested category.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorProviderOwnedControlPlaneOwnershipCategory(string providerOwnedControlPlaneOwnershipCategory)

providerOwnedControlPlaneOwnershipCategory string

The stable provider-owned control-plane ownership category identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that provider-owned control-plane ownership category.

GetByManagedConnectorProviderOwnedControlPlaneOwnershipOperationId(string)

Section titled “ GetByManagedConnectorProviderOwnedControlPlaneOwnershipOperationId(string)”

Gets the CDC capture execution runtimes whose current provider-owned control-plane ownership answer currently targets the requested operation.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorProviderOwnedControlPlaneOwnershipOperationId(string operationId)

operationId string

The stable provider-owned control-plane ownership operation identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that operation identifier.

GetByManagedConnectorProviderOwnedControlPlaneOwnershipState(string)

Section titled “ GetByManagedConnectorProviderOwnedControlPlaneOwnershipState(string)”

Gets the CDC capture execution runtimes whose current provider-owned control-plane ownership answer matches the requested state.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorProviderOwnedControlPlaneOwnershipState(string providerOwnedControlPlaneOwnershipState)

providerOwnedControlPlaneOwnershipState string

The stable provider-owned control-plane ownership state identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that provider-owned control-plane ownership state.

GetByManagedConnectorProviderOwnedControlPlaneProvisioningCategory(string)

Section titled “ GetByManagedConnectorProviderOwnedControlPlaneProvisioningCategory(string)”

Gets the CDC capture execution runtimes whose current provider-owned control-plane provisioning answer includes the requested category.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorProviderOwnedControlPlaneProvisioningCategory(string providerOwnedControlPlaneProvisioningCategory)

providerOwnedControlPlaneProvisioningCategory string

The stable provider-owned control-plane provisioning category identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that provider-owned control-plane provisioning category.

GetByManagedConnectorProviderOwnedControlPlaneProvisioningOperationId(string)

Section titled “ GetByManagedConnectorProviderOwnedControlPlaneProvisioningOperationId(string)”

Gets the CDC capture execution runtimes whose current provider-owned control-plane provisioning answer currently targets the requested operation.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorProviderOwnedControlPlaneProvisioningOperationId(string operationId)

operationId string

The stable provider-owned control-plane provisioning operation identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that operation identifier.

GetByManagedConnectorProviderOwnedControlPlaneProvisioningState(string)

Section titled “ GetByManagedConnectorProviderOwnedControlPlaneProvisioningState(string)”

Gets the CDC capture execution runtimes whose current provider-owned control-plane provisioning answer matches the requested state.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorProviderOwnedControlPlaneProvisioningState(string providerOwnedControlPlaneProvisioningState)

providerOwnedControlPlaneProvisioningState string

The stable provider-owned control-plane provisioning state identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that provider-owned control-plane provisioning state.

GetByManagedConnectorProviderOwnedWritePathExecutionCategory(string)

Section titled “ GetByManagedConnectorProviderOwnedWritePathExecutionCategory(string)”

Gets the CDC capture execution runtimes whose current provider-owned write-path execution answer includes the requested category.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorProviderOwnedWritePathExecutionCategory(string providerExecutionCategory)

providerExecutionCategory string

The stable provider-owned write-path execution category identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that provider-owned write-path execution category.

GetByManagedConnectorProviderOwnedWritePathExecutionOperationId(string)

Section titled “ GetByManagedConnectorProviderOwnedWritePathExecutionOperationId(string)”

Gets the CDC capture execution runtimes whose current provider-owned write-path execution answer currently targets the requested operation.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorProviderOwnedWritePathExecutionOperationId(string operationId)

operationId string

The stable provider-owned write-path execution operation identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that operation identifier.

GetByManagedConnectorProviderOwnedWritePathExecutionState(string)

Section titled “ GetByManagedConnectorProviderOwnedWritePathExecutionState(string)”

Gets the CDC capture execution runtimes whose current provider-owned write-path execution answer matches the requested state.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorProviderOwnedWritePathExecutionState(string providerExecutionState)

providerExecutionState string

The stable provider-owned write-path execution state identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that provider-owned write-path execution state.

GetByManagedConnectorProviderSpecificControlPlaneDependencyAwareTeardownAndMutationExecutionHardeningCanExecuteMutationExecutionOnCurrentNode(bool)

Section titled “ GetByManagedConnectorProviderSpecificControlPlaneDependencyAwareTeardownAndMutationExecutionHardeningCanExecuteMutationExecutionOnCurrentNode(bool)”

Gets the CDC execution runtimes whose provider-specific dependency-aware teardown and mutation-execution hardening answer currently reports whether the current node can execute provider-specific mutation execution.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorProviderSpecificControlPlaneDependencyAwareTeardownAndMutationExecutionHardeningCanExecuteMutationExecutionOnCurrentNode(bool canExecuteMutationExecutionOnCurrentNode)

canExecuteMutationExecutionOnCurrentNode bool

true to return runtimes whose current node can execute mutation execution; otherwise, false.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that mutation-execution current-node posture.

GetByManagedConnectorProviderSpecificControlPlaneDependencyAwareTeardownAndMutationExecutionHardeningCanExecuteOnCurrentNode(bool)

Section titled “ GetByManagedConnectorProviderSpecificControlPlaneDependencyAwareTeardownAndMutationExecutionHardeningCanExecuteOnCurrentNode(bool)”

Gets the CDC execution runtimes whose provider-specific dependency-aware teardown and mutation-execution hardening answer currently reports whether the current node can execute that broader provider-specific lane.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorProviderSpecificControlPlaneDependencyAwareTeardownAndMutationExecutionHardeningCanExecuteOnCurrentNode(bool canExecuteOnCurrentNode)

canExecuteOnCurrentNode bool

true to return runtimes executable on the current node; otherwise, false.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that current-node posture.

GetByManagedConnectorProviderSpecificControlPlaneDependencyAwareTeardownAndMutationExecutionHardeningCanExecuteTeardownOnCurrentNode(bool)

Section titled “ GetByManagedConnectorProviderSpecificControlPlaneDependencyAwareTeardownAndMutationExecutionHardeningCanExecuteTeardownOnCurrentNode(bool)”

Gets the CDC execution runtimes whose provider-specific dependency-aware teardown and mutation-execution hardening answer currently reports whether the current node can execute provider-specific teardown.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorProviderSpecificControlPlaneDependencyAwareTeardownAndMutationExecutionHardeningCanExecuteTeardownOnCurrentNode(bool canExecuteTeardownOnCurrentNode)

canExecuteTeardownOnCurrentNode bool

true to return runtimes whose current node can execute teardown; otherwise, false.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that teardown current-node posture.

GetByManagedConnectorProviderSpecificControlPlaneDependencyAwareTeardownAndMutationExecutionHardeningCategory(string)

Section titled “ GetByManagedConnectorProviderSpecificControlPlaneDependencyAwareTeardownAndMutationExecutionHardeningCategory(string)”

Gets the CDC execution runtimes whose provider-specific dependency-aware teardown and mutation-execution hardening answer currently reports the requested category.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorProviderSpecificControlPlaneDependencyAwareTeardownAndMutationExecutionHardeningCategory(string hardeningCategory)

hardeningCategory string

The stable provider-specific teardown and mutation-execution hardening category to filter on.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that hardening category.

GetByManagedConnectorProviderSpecificControlPlaneDependencyAwareTeardownAndMutationExecutionHardeningConnectClusterId(string)

Section titled “ GetByManagedConnectorProviderSpecificControlPlaneDependencyAwareTeardownAndMutationExecutionHardeningConnectClusterId(string)”

Gets the CDC execution runtimes whose provider-specific dependency-aware teardown and mutation-execution hardening answer currently reports the requested Kafka Connect cluster identifier.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorProviderSpecificControlPlaneDependencyAwareTeardownAndMutationExecutionHardeningConnectClusterId(string connectClusterId)

connectClusterId string

The stable Kafka Connect cluster identifier to filter on.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that cluster identifier.

GetByManagedConnectorProviderSpecificControlPlaneDependencyAwareTeardownAndMutationExecutionHardeningConnectorClass(string)

Section titled “ GetByManagedConnectorProviderSpecificControlPlaneDependencyAwareTeardownAndMutationExecutionHardeningConnectorClass(string)”

Gets the CDC execution runtimes whose provider-specific dependency-aware teardown and mutation-execution hardening answer currently reports the requested connector-class identifier.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorProviderSpecificControlPlaneDependencyAwareTeardownAndMutationExecutionHardeningConnectorClass(string connectorClass)

connectorClass string

The stable connector-class identifier to filter on.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that connector-class identifier.

GetByManagedConnectorProviderSpecificControlPlaneDependencyAwareTeardownAndMutationExecutionHardeningConnectorId(string)

Section titled “ GetByManagedConnectorProviderSpecificControlPlaneDependencyAwareTeardownAndMutationExecutionHardeningConnectorId(string)”

Gets the CDC execution runtimes whose provider-specific dependency-aware teardown and mutation-execution hardening answer currently reports the requested connector identifier.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorProviderSpecificControlPlaneDependencyAwareTeardownAndMutationExecutionHardeningConnectorId(string connectorId)

connectorId string

The stable connector identifier to filter on.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that connector identifier.

GetByManagedConnectorProviderSpecificControlPlaneDependencyAwareTeardownAndMutationExecutionHardeningMaterializerId(string)

Section titled “ GetByManagedConnectorProviderSpecificControlPlaneDependencyAwareTeardownAndMutationExecutionHardeningMaterializerId(string)”

Gets the CDC execution runtimes whose provider-specific dependency-aware teardown and mutation-execution hardening answer currently reports the requested materializer identifier.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorProviderSpecificControlPlaneDependencyAwareTeardownAndMutationExecutionHardeningMaterializerId(string materializerId)

materializerId string

The stable materializer identifier to filter on.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that materializer identifier.

GetByManagedConnectorProviderSpecificControlPlaneDependencyAwareTeardownAndMutationExecutionHardeningOperationId(string)

Section titled “ GetByManagedConnectorProviderSpecificControlPlaneDependencyAwareTeardownAndMutationExecutionHardeningOperationId(string)”

Gets the CDC execution runtimes whose provider-specific dependency-aware teardown and mutation-execution hardening answer currently reports the requested operation identifier.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorProviderSpecificControlPlaneDependencyAwareTeardownAndMutationExecutionHardeningOperationId(string operationId)

operationId string

The stable operation identifier to filter on.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that operation identifier.

GetByManagedConnectorProviderSpecificControlPlaneDependencyAwareTeardownAndMutationExecutionHardeningProviderId(string)

Section titled “ GetByManagedConnectorProviderSpecificControlPlaneDependencyAwareTeardownAndMutationExecutionHardeningProviderId(string)”

Gets the CDC execution runtimes whose provider-specific dependency-aware teardown and mutation-execution hardening answer currently reports the requested provider identifier.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorProviderSpecificControlPlaneDependencyAwareTeardownAndMutationExecutionHardeningProviderId(string providerId)

providerId string

The stable provider identifier to filter on.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that provider identifier.

GetByManagedConnectorProviderSpecificControlPlaneDependencyAwareTeardownAndMutationExecutionHardeningProviderSurfaceId(string)

Section titled “ GetByManagedConnectorProviderSpecificControlPlaneDependencyAwareTeardownAndMutationExecutionHardeningProviderSurfaceId(string)”

Gets the CDC execution runtimes whose provider-specific dependency-aware teardown and mutation-execution hardening answer currently reports the requested provider-surface identifier.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorProviderSpecificControlPlaneDependencyAwareTeardownAndMutationExecutionHardeningProviderSurfaceId(string providerSurfaceId)

providerSurfaceId string

The stable provider-surface identifier to filter on.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that provider-surface identifier.

GetByManagedConnectorProviderSpecificControlPlaneDependencyAwareTeardownAndMutationExecutionHardeningSourceProviderId(string)

Section titled “ GetByManagedConnectorProviderSpecificControlPlaneDependencyAwareTeardownAndMutationExecutionHardeningSourceProviderId(string)”

Gets the CDC execution runtimes whose provider-specific dependency-aware teardown and mutation-execution hardening answer currently reports the requested source-provider identifier.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorProviderSpecificControlPlaneDependencyAwareTeardownAndMutationExecutionHardeningSourceProviderId(string sourceProviderId)

sourceProviderId string

The stable source-provider identifier to filter on.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that source-provider identifier.

GetByManagedConnectorProviderSpecificControlPlaneDependencyAwareTeardownAndMutationExecutionHardeningState(string)

Section titled “ GetByManagedConnectorProviderSpecificControlPlaneDependencyAwareTeardownAndMutationExecutionHardeningState(string)”

Gets the CDC execution runtimes whose provider-specific dependency-aware teardown and mutation-execution hardening answer currently reports the requested state.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorProviderSpecificControlPlaneDependencyAwareTeardownAndMutationExecutionHardeningState(string hardeningState)

hardeningState string

The stable provider-specific teardown and mutation-execution hardening state to filter on.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that hardening state.

GetByManagedConnectorProviderSpecificControlPlaneDependencyAwareTeardownAndMutationExecutionHardeningTransportKind(string)

Section titled “ GetByManagedConnectorProviderSpecificControlPlaneDependencyAwareTeardownAndMutationExecutionHardeningTransportKind(string)”

Gets the CDC execution runtimes whose provider-specific dependency-aware teardown and mutation-execution hardening answer currently reports the requested transport kind.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorProviderSpecificControlPlaneDependencyAwareTeardownAndMutationExecutionHardeningTransportKind(string transportKind)

transportKind string

The stable transport kind to filter on.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that transport kind.

GetByManagedConnectorProviderSpecificControlPlaneDependencyAwareTeardownAndMutationExecutionHardeningWorkerId(string)

Section titled “ GetByManagedConnectorProviderSpecificControlPlaneDependencyAwareTeardownAndMutationExecutionHardeningWorkerId(string)”

Gets the CDC execution runtimes whose provider-specific dependency-aware teardown and mutation-execution hardening answer currently reports the requested worker identifier.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorProviderSpecificControlPlaneDependencyAwareTeardownAndMutationExecutionHardeningWorkerId(string workerId)

workerId string

The stable worker identifier to filter on.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that worker identifier.

GetByManagedConnectorProviderSpecificControlPlaneMaterializerCanUseOnCurrentNode(bool)

Section titled “ GetByManagedConnectorProviderSpecificControlPlaneMaterializerCanUseOnCurrentNode(bool)”

Gets the CDC capture execution runtimes whose current provider-specific control-plane materializer answer currently reports whether the current node can use that materializer.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorProviderSpecificControlPlaneMaterializerCanUseOnCurrentNode(bool canUseOnCurrentNode)

canUseOnCurrentNode bool

true to return runtimes that can use the materializer on the current node; otherwise, false.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that current-node posture.

GetByManagedConnectorProviderSpecificControlPlaneMaterializerCategory(string)

Section titled “ GetByManagedConnectorProviderSpecificControlPlaneMaterializerCategory(string)”

Gets the CDC capture execution runtimes whose current provider-specific control-plane materializer answer includes the requested category.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorProviderSpecificControlPlaneMaterializerCategory(string materializerCategory)

materializerCategory string

The stable provider-specific control-plane materializer category identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that materializer category.

GetByManagedConnectorProviderSpecificControlPlaneMaterializerConnectClusterId(string)

Section titled “ GetByManagedConnectorProviderSpecificControlPlaneMaterializerConnectClusterId(string)”

Gets the CDC capture execution runtimes whose current provider-specific control-plane materializer answer currently reports the requested Kafka Connect cluster identifier.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorProviderSpecificControlPlaneMaterializerConnectClusterId(string connectClusterId)

connectClusterId string

The stable Kafka Connect cluster identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that cluster identifier.

GetByManagedConnectorProviderSpecificControlPlaneMaterializerConnectorClass(string)

Section titled “ GetByManagedConnectorProviderSpecificControlPlaneMaterializerConnectorClass(string)”

Gets the CDC capture execution runtimes whose current provider-specific control-plane materializer answer currently reports the requested connector-class identifier.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorProviderSpecificControlPlaneMaterializerConnectorClass(string connectorClass)

connectorClass string

The stable connector-class identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that connector-class identifier.

GetByManagedConnectorProviderSpecificControlPlaneMaterializerConnectorId(string)

Section titled “ GetByManagedConnectorProviderSpecificControlPlaneMaterializerConnectorId(string)”

Gets the CDC capture execution runtimes whose current provider-specific control-plane materializer answer currently targets the requested connector identifier.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorProviderSpecificControlPlaneMaterializerConnectorId(string connectorId)

connectorId string

The stable connector identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that connector identifier.

GetByManagedConnectorProviderSpecificControlPlaneMaterializerId(string)

Section titled “ GetByManagedConnectorProviderSpecificControlPlaneMaterializerId(string)”

Gets the CDC capture execution runtimes whose current provider-specific control-plane materializer answer currently targets the requested materializer identifier.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorProviderSpecificControlPlaneMaterializerId(string materializerId)

materializerId string

The stable materializer identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that materializer identifier.

GetByManagedConnectorProviderSpecificControlPlaneMaterializerOperationId(string)

Section titled “ GetByManagedConnectorProviderSpecificControlPlaneMaterializerOperationId(string)”

Gets the CDC capture execution runtimes whose current provider-specific control-plane materializer answer currently targets the requested operation.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorProviderSpecificControlPlaneMaterializerOperationId(string operationId)

operationId string

The stable provider-specific control-plane materializer operation identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that operation identifier.

GetByManagedConnectorProviderSpecificControlPlaneMaterializerProviderId(string)

Section titled “ GetByManagedConnectorProviderSpecificControlPlaneMaterializerProviderId(string)”

Gets the CDC capture execution runtimes whose current provider-specific control-plane materializer answer currently targets the requested provider identifier.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorProviderSpecificControlPlaneMaterializerProviderId(string providerId)

providerId string

The stable provider identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that provider identifier.

GetByManagedConnectorProviderSpecificControlPlaneMaterializerProviderSurfaceId(string)

Section titled “ GetByManagedConnectorProviderSpecificControlPlaneMaterializerProviderSurfaceId(string)”

Gets the CDC capture execution runtimes whose current provider-specific control-plane materializer answer currently targets the requested provider-surface identifier.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorProviderSpecificControlPlaneMaterializerProviderSurfaceId(string providerSurfaceId)

providerSurfaceId string

The stable provider-surface identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that provider-surface identifier.

GetByManagedConnectorProviderSpecificControlPlaneMaterializerSourceProviderId(string)

Section titled “ GetByManagedConnectorProviderSpecificControlPlaneMaterializerSourceProviderId(string)”

Gets the CDC capture execution runtimes whose current provider-specific control-plane materializer answer currently reports the requested source-provider identifier.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorProviderSpecificControlPlaneMaterializerSourceProviderId(string sourceProviderId)

sourceProviderId string

The stable source-provider identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that source-provider identifier.

GetByManagedConnectorProviderSpecificControlPlaneMaterializerState(string)

Section titled “ GetByManagedConnectorProviderSpecificControlPlaneMaterializerState(string)”

Gets the CDC capture execution runtimes whose current provider-specific control-plane materializer answer matches the requested state.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorProviderSpecificControlPlaneMaterializerState(string materializerState)

materializerState string

The stable provider-specific control-plane materializer state identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that materializer state.

GetByManagedConnectorProviderSpecificControlPlaneMaterializerTransportKind(string)

Section titled “ GetByManagedConnectorProviderSpecificControlPlaneMaterializerTransportKind(string)”

Gets the CDC capture execution runtimes whose current provider-specific control-plane materializer answer currently reports the requested transport kind.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorProviderSpecificControlPlaneMaterializerTransportKind(string transportKind)

transportKind string

The stable transport kind to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that transport kind.

GetByManagedConnectorProviderSpecificControlPlaneMaterializerWorkerId(string)

Section titled “ GetByManagedConnectorProviderSpecificControlPlaneMaterializerWorkerId(string)”

Gets the CDC capture execution runtimes whose current provider-specific control-plane materializer answer currently reports the requested worker identifier.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorProviderSpecificControlPlaneMaterializerWorkerId(string workerId)

workerId string

The stable worker identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that worker identifier.

GetByManagedConnectorRetryExecutionPolicyCategory(string)

Section titled “ GetByManagedConnectorRetryExecutionPolicyCategory(string)”

Gets the CDC capture execution runtimes whose current managed-connector retry-execution policy answer includes the requested category.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorRetryExecutionPolicyCategory(string policyCategory)

policyCategory string

The stable managed-connector retry-execution policy category identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that policy category.

GetByManagedConnectorRetryExecutionPolicyOperationId(string)

Section titled “ GetByManagedConnectorRetryExecutionPolicyOperationId(string)”

Gets the CDC capture execution runtimes whose current managed-connector retry-execution policy answer currently targets the requested operation.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorRetryExecutionPolicyOperationId(string operationId)

operationId string

The stable managed-connector retry-execution policy operation identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that operation identifier.

GetByManagedConnectorRetryExecutionPolicyState(string)

Section titled “ GetByManagedConnectorRetryExecutionPolicyState(string)”

Gets the CDC capture execution runtimes whose current managed-connector retry-execution policy answer matches the requested state.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorRetryExecutionPolicyState(string policyState)

policyState string

The stable managed-connector retry-execution policy state identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that policy state.

GetByManagedConnectorSchedulerRecoveryExecutionHardeningCategory(string)

Section titled “ GetByManagedConnectorSchedulerRecoveryExecutionHardeningCategory(string)”

Gets the CDC capture execution runtimes whose current scheduler recovery and execution-hardening answer includes the requested category.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorSchedulerRecoveryExecutionHardeningCategory(string hardeningCategory)

hardeningCategory string

The stable scheduler recovery and execution-hardening category identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that hardening category.

GetByManagedConnectorSchedulerRecoveryExecutionHardeningOwnerId(string)

Section titled “ GetByManagedConnectorSchedulerRecoveryExecutionHardeningOwnerId(string)”

Gets the CDC capture execution runtimes whose current scheduler recovery and execution-hardening answer currently reports the requested local coordination owner.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorSchedulerRecoveryExecutionHardeningOwnerId(string ownerId)

ownerId string

The stable local coordination owner identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that owner identifier.

GetByManagedConnectorSchedulerRecoveryExecutionHardeningRetryFingerprint(string)

Section titled “ GetByManagedConnectorSchedulerRecoveryExecutionHardeningRetryFingerprint(string)”

Gets the CDC capture execution runtimes whose current scheduler recovery and execution-hardening answer currently reports the requested retry fingerprint.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorSchedulerRecoveryExecutionHardeningRetryFingerprint(string retryFingerprint)

retryFingerprint string

The deterministic retry fingerprint to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that retry fingerprint.

GetByManagedConnectorSchedulerRecoveryExecutionHardeningState(string)

Section titled “ GetByManagedConnectorSchedulerRecoveryExecutionHardeningState(string)”

Gets the CDC capture execution runtimes whose current scheduler recovery and execution-hardening answer matches the requested state.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorSchedulerRecoveryExecutionHardeningState(string hardeningState)

hardeningState string

The stable scheduler recovery and execution-hardening state identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that hardening state.

GetByManagedConnectorWritePathReadinessCategory(string)

Section titled “ GetByManagedConnectorWritePathReadinessCategory(string)”

Gets the CDC capture execution runtimes whose current managed-connector write-path readiness answer includes the requested category.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorWritePathReadinessCategory(string readinessCategory)

readinessCategory string

The stable managed-connector write-path readiness category identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that readiness category.

GetByManagedConnectorWritePathReadinessState(string)

Section titled “ GetByManagedConnectorWritePathReadinessState(string)”

Gets the CDC capture execution runtimes whose current managed-connector write-path readiness answer matches the requested state.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorWritePathReadinessState(string readinessState)

readinessState string

The stable managed-connector write-path readiness state identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that readiness state.

Gets the CDC capture execution runtimes whose current remediation posture includes the requested category.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByRemediationCategory(string remediationCategory)

remediationCategory string

The stable remediation-category identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that remediation category.

Gets the CDC capture execution runtimes whose current remediation posture matches the requested state.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByRemediationState(string remediationState)

remediationState string

The stable remediation-state identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that remediation state.

GetByReporterCoordinationIssueReason(string)

Section titled “ GetByReporterCoordinationIssueReason(string)”

Gets the CDC capture execution runtimes whose current reporter-coordination answer matches the requested degraded-reason identifier.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByReporterCoordinationIssueReason(string degradedReason)

degradedReason string

The stable degraded-reason identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that degraded reason.

Gets the CDC capture execution runtimes whose current reporter-coordination answer matches the requested state.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByReporterCoordinationState(string coordinationState)

coordinationState string

The stable coordination-state identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when no runtime currently reports that state.

Gets the CDC capture execution runtimes whose current reporter-coordination story mentions the requested reporter.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByReporterId(string reporterId)

reporterId string

The reporter identifier to filter by.

IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>

The matching execution-runtime descriptors, or an empty list when the reporter is not currently visible.

GetManagedConnectorCommandExecutionHistory(string)

Section titled “ GetManagedConnectorCommandExecutionHistory(string)”

Gets the bounded managed-connector command-execution history currently recorded for one execution runtime.

IReadOnlyList<CdcCaptureExecutionRuntimeManagedConnectorCommandExecutionResult> GetManagedConnectorCommandExecutionHistory(string executionRuntimeId)

executionRuntimeId string

The stable execution-runtime identifier to resolve.

IReadOnlyList<CdcCaptureExecutionRuntimeManagedConnectorCommandExecutionResult>

The latest-first bounded command-execution history for the runtime, or an empty list when no outcome has been recorded yet.