interface ReplicationCreationRequest {
    description?: string;
    dropNonRetryableData?: boolean;
    localBucketID: string;
    maxAgeSeconds: number;
    maxQueueSizeBytes: number;
    name: string;
    orgID: string;
    remoteBucketID?: string;
    remoteBucketName?: string;
    remoteID: string;
}

Properties

description?: string
dropNonRetryableData?: boolean
localBucketID: string
maxAgeSeconds: number
maxQueueSizeBytes: number
name: string
orgID: string
remoteBucketID?: string
remoteBucketName?: string
remoteID: string
MMNEPVFCICPMFPCPTTAAATR