| Package | Description |
|---|---|
| com.aliyun.odps.storage.internal.models | |
| com.aliyun.odps.storage.write |
| Modifier and Type | Method and Description |
|---|---|
static BlobWriteItem.ChecksumType |
BlobWriteItem.ChecksumType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlobWriteItem.ChecksumType[] |
BlobWriteItem.ChecksumType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BlobWriteItem.Builder |
BlobWriteItem.Builder.withChecksum(BlobWriteItem.ChecksumType type)
Sets the checksum, automatically calculated from the provided data.
|
| Modifier and Type | Method and Description |
|---|---|
BlobWriteItem.ChecksumType |
TableWriterBuilder.getBlobChecksumType() |
| Modifier and Type | Method and Description |
|---|---|
TableWriterBuilder |
TableWriterBuilder.withBlobChecksumType(BlobWriteItem.ChecksumType blobChecksumType) |
Copyright © 2026 Alibaba Cloud Computing. All rights reserved.