UNPKG

@azure/cosmos

Version:
9 lines 304 B
/** * Represents the change feed policy configuration for a container in the Azure Cosmos DB service. */ export class ChangeFeedPolicy { constructor(retentionDuration) { this.retentionDuration = retentionDuration.getRetentionInMinutes(); } } //# sourceMappingURL=ChangeFeedPolicy.js.map