@azure/cosmos
Version:
Microsoft Azure Cosmos DB Service Node.js SDK for NOSQL API
12 lines • 387 B
TypeScript
/**
* @hidden
* Class which specifies the ChangeFeedIterator to start reading changes from a saved point.
*/
export declare class ChangeFeedStartFromContinuation {
private continuationToken;
constructor(continuation: string);
getCfResource(): string;
getCfResourceJson(): any;
getResourceType(): any;
}
//# sourceMappingURL=ChangeFeedStartFromContinuation.d.ts.map