Interface ICdcCaptureExecutionRuntimeCatalog
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Exposes the configured CDC capture execution runtimes visible to the current runtime.
public interface ICdcCaptureExecutionRuntimeCatalogProperties
Section titled “Properties”Runtimes
Section titled “ Runtimes”Gets the configured CDC capture execution runtimes visible to the current runtime.
IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> Runtimes { get; }Property Value
Section titled “Property Value”IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>
Methods
Section titled “Methods”GetByEdgeNodeId(string)
Section titled “ GetByEdgeNodeId(string)”Gets the CDC capture execution runtimes whose current runtime story mentions the requested edge node.
IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByEdgeNodeId(string edgeNodeId)Parameters
Section titled “Parameters”edgeNodeId string
The edge-node identifier to filter by.
Returns
Section titled “Returns”IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>
The matching execution-runtime descriptors, or an empty list when the edge node is not currently visible.
GetById(string)
Section titled “ GetById(string)”Gets one CDC capture execution runtime by its stable identifier.
CdcCaptureExecutionRuntimeDescriptor? GetById(string executionRuntimeId)Parameters
Section titled “Parameters”executionRuntimeId string
The stable execution-runtime identifier to resolve.
Returns
Section titled “Returns”CdcCaptureExecutionRuntimeDescriptor?
The matching execution-runtime descriptor, or null when none exists.
GetByManagedConnectorActionId(string)
Section titled “ GetByManagedConnectorActionId(string)”Gets the CDC capture execution runtimes whose current managed-connector action plan includes the requested action identifier.
IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorActionId(string actionId)Parameters
Section titled “Parameters”actionId string
The stable managed-connector action identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”actionPlanState string
The stable managed-connector action-plan state identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”coordinationCategory string
The stable managed-connector automatic background retry coordination category identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”ownerId string
The stable local coordination owner identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”coordinationState string
The stable managed-connector automatic background retry coordination state identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”automaticRetryCategory string
The stable managed-connector automatic background retry execution category identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”operationId string
The stable managed-connector automatic background retry execution operation identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”automaticRetryState string
The stable managed-connector automatic background retry execution state identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”commandCategory string
The stable managed-connector command-envelope category identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”operationId string
The stable managed-connector command-envelope operation identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”commandState string
The stable managed-connector command-envelope state identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”operationId string
The stable managed-connector operation identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”executionState string
The stable managed-connector command-execution state identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”issuanceCategory string
The stable managed-connector command-issuance category identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”operationId string
The stable managed-connector command-issuance operation identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”issuanceState string
The stable managed-connector command-issuance state identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”journalCategory string
The stable managed-connector command-journal category identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”durabilityCategory string
The stable managed-connector command-journal durability category identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”durabilityState string
The stable managed-connector command-journal durability state identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”journalState string
The stable managed-connector command-journal state identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”retryCategory string
The stable managed-connector command-retry category identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”operationId string
The stable managed-connector command-retry operation identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”retryState string
The stable managed-connector command-retry state identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”hardeningCategory string
The stable cross-node idempotency-hardening category identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”ownerId string
The stable coordination-owner identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”retryFingerprint string
The stable retry fingerprint to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”hardeningState string
The stable cross-node idempotency-hardening state identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”leaseCategory string
The stable managed-connector distributed retry lease category identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”ownerId string
The stable local coordination owner identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”leaseState string
The stable managed-connector distributed retry lease state identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”orchestrationCategory string
The stable managed-connector distributed retry orchestration category identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”ownerId string
The stable local coordination owner identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”orchestrationState string
The stable managed-connector distributed retry orchestration state identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”driftCategory string
The stable drift-category identifier to filter by.
Returns
Section titled “Returns”IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>
The matching execution-runtime descriptors, or an empty list when no runtime currently reports that drift category.
GetByManagedConnectorDriftState(string)
Section titled “ GetByManagedConnectorDriftState(string)”Gets the CDC capture execution runtimes whose current managed-connector drift answer matches the requested state.
IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorDriftState(string driftState)Parameters
Section titled “Parameters”driftState string
The stable drift-state identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”dryRunCategory string
The stable managed-connector dry-run category identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”operationId string
The stable managed-connector dry-run operation identifier to filter by.
Returns
Section titled “Returns”IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>
The matching execution-runtime descriptors, or an empty list when no runtime currently reports that operation identifier.
GetByManagedConnectorDryRunState(string)
Section titled “ GetByManagedConnectorDryRunState(string)”Gets the CDC capture execution runtimes whose current managed-connector dry-run answer matches the requested state.
IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByManagedConnectorDryRunState(string dryRunState)Parameters
Section titled “Parameters”dryRunState string
The stable managed-connector dry-run state identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”schedulerCategory string
The stable durable shared scheduler-orchestration category identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”ownerId string
The stable local coordination owner identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”schedulerState string
The stable durable shared scheduler-orchestration state identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”executionAdapterCategory string
The stable managed-connector execution-adapter category identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”operationId string
The stable managed-connector execution-adapter operation identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”executionAdapterState string
The stable managed-connector execution-adapter state identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”executionApprovalCategory string
The stable managed-connector execution-approval category identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”operationId string
The stable managed-connector execution-approval operation identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”executionApprovalState string
The stable managed-connector execution-approval state identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”executionIntentCategory string
The stable managed-connector execution-intent category identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”operationId string
The stable managed-connector execution-intent operation identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”executionIntentState string
The stable managed-connector execution-intent state identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”governanceCategory string
The stable governance-category identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”governanceState string
The stable governance-state identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”leaseExecutionCategory string
The stable broader multi-node lease-execution category identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”ownerId string
The stable local coordination owner identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”leaseExecutionState string
The stable broader multi-node lease-execution state identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”preflightCategory string
The stable managed-connector preflight category identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”operationId string
The stable managed-connector operation identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”preflightState string
The stable managed-connector preflight state identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”providerExecutionOrchestrationCategory string
The stable provider execution-orchestration category identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”operationId string
The stable provider execution-orchestration operation identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”providerExecutionOrchestrationState string
The stable provider execution-orchestration state identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”applyAndReconcileExecutionCategory string
The stable provider-owned control-plane apply-and-reconcile execution category identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”operationId string
The stable provider-owned control-plane apply-and-reconcile execution operation identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”applyAndReconcileExecutionState string
The stable provider-owned control-plane apply-and-reconcile execution state identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”hardeningCategory string
The stable provider-owned control-plane dependency-aware apply-and-reconcile hardening category identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”operationId string
The stable dependency-aware apply-and-reconcile hardening operation identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”hardeningState string
The stable provider-owned control-plane dependency-aware apply-and-reconcile hardening state identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”hardeningCategory string
The stable provider-owned control-plane dependency-aware provisioning and mutation hardening category identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”operationId string
The stable dependency-aware provisioning and mutation hardening operation identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”hardeningState string
The stable provider-owned control-plane dependency-aware provisioning and mutation hardening state identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”providerOwnedControlPlaneMutationReconcileCategory string
The stable provider-owned control-plane mutation and reconcile category identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”operationId string
The stable provider-owned control-plane mutation and reconcile operation identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”providerOwnedControlPlaneMutationReconcileState string
The stable provider-owned control-plane mutation and reconcile state identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”providerOwnedControlPlaneOwnershipCategory string
The stable provider-owned control-plane ownership category identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”operationId string
The stable provider-owned control-plane ownership operation identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”providerOwnedControlPlaneOwnershipState string
The stable provider-owned control-plane ownership state identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”providerOwnedControlPlaneProvisioningCategory string
The stable provider-owned control-plane provisioning category identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”operationId string
The stable provider-owned control-plane provisioning operation identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”providerOwnedControlPlaneProvisioningState string
The stable provider-owned control-plane provisioning state identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”providerExecutionCategory string
The stable provider-owned write-path execution category identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”operationId string
The stable provider-owned write-path execution operation identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”providerExecutionState string
The stable provider-owned write-path execution state identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”canExecuteMutationExecutionOnCurrentNode bool
true to return runtimes whose current node can execute mutation execution; otherwise, false.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”canExecuteOnCurrentNode bool
true to return runtimes executable on the current node; otherwise, false.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”canExecuteTeardownOnCurrentNode bool
true to return runtimes whose current node can execute teardown; otherwise, false.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”hardeningCategory string
The stable provider-specific teardown and mutation-execution hardening category to filter on.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”connectClusterId string
The stable Kafka Connect cluster identifier to filter on.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”connectorClass string
The stable connector-class identifier to filter on.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”connectorId string
The stable connector identifier to filter on.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”materializerId string
The stable materializer identifier to filter on.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”operationId string
The stable operation identifier to filter on.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”providerId string
The stable provider identifier to filter on.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”providerSurfaceId string
The stable provider-surface identifier to filter on.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”sourceProviderId string
The stable source-provider identifier to filter on.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”hardeningState string
The stable provider-specific teardown and mutation-execution hardening state to filter on.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”transportKind string
The stable transport kind to filter on.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”workerId string
The stable worker identifier to filter on.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”canUseOnCurrentNode bool
true to return runtimes that can use the materializer on the current node; otherwise, false.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”materializerCategory string
The stable provider-specific control-plane materializer category identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”connectClusterId string
The stable Kafka Connect cluster identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”connectorClass string
The stable connector-class identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”connectorId string
The stable connector identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”materializerId string
The stable materializer identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”operationId string
The stable provider-specific control-plane materializer operation identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”providerId string
The stable provider identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”providerSurfaceId string
The stable provider-surface identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”sourceProviderId string
The stable source-provider identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”materializerState string
The stable provider-specific control-plane materializer state identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”transportKind string
The stable transport kind to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”workerId string
The stable worker identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”policyCategory string
The stable managed-connector retry-execution policy category identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”operationId string
The stable managed-connector retry-execution policy operation identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”policyState string
The stable managed-connector retry-execution policy state identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”hardeningCategory string
The stable scheduler recovery and execution-hardening category identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”ownerId string
The stable local coordination owner identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”retryFingerprint string
The deterministic retry fingerprint to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”hardeningState string
The stable scheduler recovery and execution-hardening state identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”readinessCategory string
The stable managed-connector write-path readiness category identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”readinessState string
The stable managed-connector write-path readiness state identifier to filter by.
Returns
Section titled “Returns”IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>
The matching execution-runtime descriptors, or an empty list when no runtime currently reports that readiness state.
GetByRemediationCategory(string)
Section titled “ GetByRemediationCategory(string)”Gets the CDC capture execution runtimes whose current remediation posture includes the requested category.
IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByRemediationCategory(string remediationCategory)Parameters
Section titled “Parameters”remediationCategory string
The stable remediation-category identifier to filter by.
Returns
Section titled “Returns”IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>
The matching execution-runtime descriptors, or an empty list when no runtime currently reports that remediation category.
GetByRemediationState(string)
Section titled “ GetByRemediationState(string)”Gets the CDC capture execution runtimes whose current remediation posture matches the requested state.
IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByRemediationState(string remediationState)Parameters
Section titled “Parameters”remediationState string
The stable remediation-state identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”degradedReason string
The stable degraded-reason identifier to filter by.
Returns
Section titled “Returns”IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>
The matching execution-runtime descriptors, or an empty list when no runtime currently reports that degraded reason.
GetByReporterCoordinationState(string)
Section titled “ GetByReporterCoordinationState(string)”Gets the CDC capture execution runtimes whose current reporter-coordination answer matches the requested state.
IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByReporterCoordinationState(string coordinationState)Parameters
Section titled “Parameters”coordinationState string
The stable coordination-state identifier to filter by.
Returns
Section titled “Returns”IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor>
The matching execution-runtime descriptors, or an empty list when no runtime currently reports that state.
GetByReporterId(string)
Section titled “ GetByReporterId(string)”Gets the CDC capture execution runtimes whose current reporter-coordination story mentions the requested reporter.
IReadOnlyList<CdcCaptureExecutionRuntimeDescriptor> GetByReporterId(string reporterId)Parameters
Section titled “Parameters”reporterId string
The reporter identifier to filter by.
Returns
Section titled “Returns”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)Parameters
Section titled “Parameters”executionRuntimeId string
The stable execution-runtime identifier to resolve.
Returns
Section titled “Returns”IReadOnlyList<CdcCaptureExecutionRuntimeManagedConnectorCommandExecutionResult>
The latest-first bounded command-execution history for the runtime, or an empty list when no outcome has been recorded yet.