UNPKG

@azure/cosmos

Version:
9 lines 376 B
import type { ChangeFeedRetentionTimeSpan } from "./ChangeFeedRetentionTimeSpan.js"; /** * Represents the change feed policy configuration for a container in the Azure Cosmos DB service. */ export declare class ChangeFeedPolicy { retentionDuration: number; constructor(retentionDuration: ChangeFeedRetentionTimeSpan); } //# sourceMappingURL=ChangeFeedPolicy.d.ts.map