Class ObjectPart
Container for elements related to an individual part.
public class ObjectPart
- Inheritance
-
ObjectPart
- Inherited Members
Constructors
ObjectPart()
public ObjectPart()
Properties
ChecksumCRC32
Gets and sets the property ChecksumCRC32.
This header can be used as a data integrity check to verify that the data received is the same data that was originally sent. This specifies the base64-encoded, 32-bit CRC32 checksum of the object. For more information, see Checking object integrity in the Amazon S3 User Guide.
public string ChecksumCRC32 { get; set; }
Property Value
ChecksumCRC32C
Gets and sets the property ChecksumCRC32C.
The base64-encoded, 32-bit CRC32C checksum of the object.
public string ChecksumCRC32C { get; set; }
Property Value
ChecksumSHA1
Gets and sets the property ChecksumSHA1.
The base64-encoded, 160-bit SHA-1 digest of the object.
public string ChecksumSHA1 { get; set; }
Property Value
ChecksumSHA256
Gets and sets the property ChecksumSHA256.
The base64-encoded, 256-bit SHA-256 digest of the object.
public string ChecksumSHA256 { get; set; }
Property Value
PartNumber
Gets and sets the property PartNumber.
Part number identifying the part. This is a positive integer between 1 and 10,000.
public int PartNumber { get; set; }
Property Value
Size
Gets and sets the property Size.
The size of the uploaded part in bytes.
public int Size { get; set; }