Package io.weaviate.client.v1.backup.api
Interface BackupCreator.BackupCompression
-
- Enclosing class:
- BackupCreator
public static interface BackupCreator.BackupCompression
-
-
Field Summary
Fields Modifier and Type Field Description static StringBEST_COMPRESSIONstatic StringBEST_SPEEDstatic StringDEFAULT_COMPRESSION
-
-
-
Field Detail
-
DEFAULT_COMPRESSION
static final String DEFAULT_COMPRESSION
- See Also:
- Constant Field Values
-
BEST_SPEED
static final String BEST_SPEED
- See Also:
- Constant Field Values
-
BEST_COMPRESSION
static final String BEST_COMPRESSION
- See Also:
- Constant Field Values
-
-