
com.microsoft.azure.storage.blob.RehydratePriority Maven / Gradle / Ivy
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 - 2025 Weber Informatics LLC | Privacy Policy