public static enum ExportToS3Settings.StorageClass extends Enum<ExportToS3Settings.StorageClass>
| Enum Constant and Description |
|---|
DEEP_ARCHIVE |
GLACIER |
INTELLIGENT_TIERING |
ONEZONE_IA |
OUTPOSTS |
REDUCED_REDUNDANCY |
STANDARD |
STANDARD_IA |
| Modifier and Type | Method and Description |
|---|---|
tech.ydb.proto.export.YdbExport.ExportToS3Settings.StorageClass |
toProto() |
static ExportToS3Settings.StorageClass |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportToS3Settings.StorageClass[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExportToS3Settings.StorageClass STANDARD
public static final ExportToS3Settings.StorageClass REDUCED_REDUNDANCY
public static final ExportToS3Settings.StorageClass STANDARD_IA
public static final ExportToS3Settings.StorageClass ONEZONE_IA
public static final ExportToS3Settings.StorageClass INTELLIGENT_TIERING
public static final ExportToS3Settings.StorageClass GLACIER
public static final ExportToS3Settings.StorageClass DEEP_ARCHIVE
public static final ExportToS3Settings.StorageClass OUTPOSTS
public static ExportToS3Settings.StorageClass[] values()
for (ExportToS3Settings.StorageClass c : ExportToS3Settings.StorageClass.values()) System.out.println(c);
public static ExportToS3Settings.StorageClass valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic tech.ydb.proto.export.YdbExport.ExportToS3Settings.StorageClass toProto()
Copyright © 2024. All rights reserved.