Partition
Properties
Optional checksum
The checksum field is optional. The response includes the checksum only if you specify checksum in the additionalFields query parameter, and if a checksum was specified in the partition metadata when it was published. You need to use the SHA-1 checksum of the data content if you want data comparison to work for this catalog. The maximum length of the checksum field is 128 characters.
Optional compressed Data Size
Optional value for the size of the compressed partition data in bytes. The response only includes the compressed data size if you specify compressedDataSize in the additionalFields query parameter, and if compression is enabled, and if compressedDataSize was specified in the partition metadata when it was published.
Optional crc
Optional value for the CRC of the partition data in bytes. The response only includes the data size if crc was specified in the additionalFields query parameter, and if crc was specified in the partition metadata when it was published.
data Handle
You use the data handle when retrieving the data that relates to this partition. The data handle identifies a specific blob so that you can request the blob's contents with the Blob API. When requesting data from the Blob API, you must specify the catalog ID, layer ID and the dataHandle.
Optional data Size
Optional value for the size of the partition data in bytes. The response only includes the data size if you specify dataSize in the additionalFields query parameter, and if dataSize was specified in the partition metadata when it was published.
Describes the partition object which is unique within a layer.