| Package | Description |
|---|---|
| com.baidubce.services.tablestorage.model |
| Modifier and Type | Method and Description |
|---|---|
CompressType |
TableOption.getCompressType()
Get compress type of this table option object.
|
CompressType |
ShowTableResponse.getCompressType()
Get the compress type of target table.
|
static CompressType |
CompressType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompressType[] |
CompressType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableOption.setCompressType(CompressType compressType)
Set compress type to this table option object.
|
void |
ShowTableResponse.setCompressType(CompressType compressType)
Set the compress type.
|
Copyright © 2019. All rights reserved.