@backblaze-labs/b2-mcp
    Preparing search index...

    Interface ReplicationRuleResult

    Normalized B2 bucket replication rule returned by bucket reads.

    interface ReplicationRuleResult {
        destinationBucketId: string;
        fileNamePrefix: string;
        includeExistingFiles: boolean;
        isEnabled: boolean;
        priority: number;
        replicationRuleName: string;
    }
    Index
    destinationBucketId: string

    Destination B2 bucket ID.

    fileNamePrefix: string

    Object key prefix selected by the rule.

    includeExistingFiles: boolean

    Whether existing files are included in replication.

    isEnabled: boolean

    Whether B2 currently applies the rule.

    priority: number

    B2 rule priority; lower values are evaluated first by B2.

    replicationRuleName: string

    Replication rule name assigned by the bucket owner.