@azure/cosmos
Version:
Microsoft Azure Cosmos DB Service Node.js SDK for NOSQL API
9 lines • 376 B
TypeScript
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