Partager via


Kind Classe

public final class Kind
extends ExpandableStringEnum<Kind>

Indique le type de compte de stockage.

Récapitulatif du champ

Modificateur et type Champ et description
static final Kind BLOB_STORAGE

Valeur statique Stockage Blobpour Kind.

static final Kind BLOCK_BLOB_STORAGE

Valeur statique BlockBlobStorage for Kind.

static final Kind FILE_STORAGE

Valeur statique Stockage de fichierspour Kind.

static final Kind STORAGE

Valeur statique Stockage pour Kind.

static final Kind STORAGE_V2

Valeur statique StorageV2 pour Kind.

Récapitulatif du constructeur

Constructeur Description
Kind()

Déprécié

Utilisez la fromString(String name) méthode factory.

Crée une valeur instance de type.

Résumé de la méthode

Modificateur et type Méthode et description
static Kind fromString(String name)

Crée ou recherche un type à partir de sa représentation de chaîne.

static Collection<Kind> values()

Obtient des valeurs Kind connues.

Méthodes héritées de ExpandableStringEnum

Méthodes héritées de java.lang.Object

Détails du champ

BLOB_STORAGE

public static final Kind BLOB_STORAGE

Valeur statique BlobStorage pour Kind.

BLOCK_BLOB_STORAGE

public static final Kind BLOCK_BLOB_STORAGE

Valeur statique BlockBlobStorage pour Kind.

FILE_STORAGE

public static final Kind FILE_STORAGE

Valeur statique FileStorage pour Kind.

STORAGE

public static final Kind STORAGE

Valeur statique Stockage pour Kind.

STORAGE_V2

public static final Kind STORAGE_V2

Valeur statique StorageV2 pour Kind.

Détails du constructeur

Kind

@Deprecated
public Kind()

Déprécié

Utilisez la fromString(String name) méthode factory.

Crée une valeur instance de type.

Détails de la méthode

fromString

public static Kind fromString(String name)

Crée ou recherche un type à partir de sa représentation de chaîne.

Parameters:

name - nom à rechercher.

Returns:

type correspondant.

values

public static Collection values()

Obtient des valeurs Kind connues.

Returns:

valeurs Kind connues.

S’applique à