All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.microsoft.azure.storage.blob.RehydratePriority Maven / Gradle / Ivy

There is a newer version: 8.6.6
Show newest version
package com.microsoft.azure.storage.blob;

import com.microsoft.azure.storage.core.Utility;

import java.util.Locale;

/**
 * The rehydrate priority of the blob.
 */
public enum RehydratePriority {

    /**
     * The rehydrate priority is high.
     */
    HIGH,

    /**
     * The rehydrate priority is standard.
     */
    STANDARD;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy