Azure.Storage.CompatSwitches
namespace Azure.Storage
{
internal static class CompatSwitches
{
public static bool DisableRequestConditionsValidation { get; }
public static bool DisableExpectContinueHeader { get; }
}
}