/AWS1/CL_S3CS3COMPOBJCHKSUMOP¶
Directs the specified job to invoke the ComputeObjectChecksum
operation on every object listed in the job's manifest.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_checksumalgorithm
TYPE /AWS1/S3CCOMPOBJECTCHECKSUMALG
/AWS1/S3CCOMPOBJECTCHECKSUMALG
¶
Indicates the algorithm that you want Amazon S3 to use to create the checksum. For more information, see Checking object integrity in the Amazon S3 User Guide.
iv_checksumtype
TYPE /AWS1/S3CCOMPOBJCHECKSUMTYPE
/AWS1/S3CCOMPOBJCHECKSUMTYPE
¶
Indicates the checksum type that you want Amazon S3 to use to calculate the object’s checksum value. For more information, see Checking object integrity in the Amazon S3 User Guide.
Queryable Attributes¶
ChecksumAlgorithm¶
Indicates the algorithm that you want Amazon S3 to use to create the checksum. For more information, see Checking object integrity in the Amazon S3 User Guide.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CHECKSUMALGORITHM() |
Getter for CHECKSUMALGORITHM, with configurable default |
ASK_CHECKSUMALGORITHM() |
Getter for CHECKSUMALGORITHM w/ exceptions if field has no v |
HAS_CHECKSUMALGORITHM() |
Determine if CHECKSUMALGORITHM has a value |
ChecksumType¶
Indicates the checksum type that you want Amazon S3 to use to calculate the object’s checksum value. For more information, see Checking object integrity in the Amazon S3 User Guide.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CHECKSUMTYPE() |
Getter for CHECKSUMTYPE, with configurable default |
ASK_CHECKSUMTYPE() |
Getter for CHECKSUMTYPE w/ exceptions if field has no value |
HAS_CHECKSUMTYPE() |
Determine if CHECKSUMTYPE has a value |