EpkRequestPropertyConstants.java

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

package com.azure.cosmos.implementation.feedranges;

final class EpkRequestPropertyConstants {
    public final static String END_EPK_STRING = "x-ms-end-epk-string";
    public final static String START_EPK_STRING = "x-ms-start-epk-string";
}