UNPKG

@azure/cosmos

Version:
11 lines 503 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. /** * Enum to specify the resource for which change feed is being fetched. */ export var ChangeFeedResourceType; (function (ChangeFeedResourceType) { ChangeFeedResourceType[ChangeFeedResourceType["FeedRange"] = 0] = "FeedRange"; ChangeFeedResourceType[ChangeFeedResourceType["PartitionKey"] = 1] = "PartitionKey"; })(ChangeFeedResourceType || (ChangeFeedResourceType = {})); //# sourceMappingURL=ChangeFeedEnums.js.map