@azure/cosmos
Version:
Microsoft Azure Cosmos DB Service Node.js SDK for NOSQL API
8 lines • 365 B
TypeScript
export declare class ChangeFeedRetentionTimeSpan {
private retentionInMinutes;
/**
* Specifies the retention window in minutes for which processing the change feed with allVersionsAndDeletes mode will be available.
*/
static fromMinutes(minutes: number): ChangeFeedRetentionTimeSpan;
}
//# sourceMappingURL=ChangeFeedRetentionTimeSpan.d.ts.map