ADO.NET Provider for Google Cloud Storage

Build 26.0.9655

AllObjects

Returns information for objects inside a specific bucket.

Columns

Name Type ReadOnly References Description
Id [KEY] String True

The ID of the object, including the bucket name, object name, and generation number.

Name String True

The name of the object. Required if not specified by URL parameter.

Bucket String True

The name of the bucket containing this object.

Generation Long True

The content generation of this object. Used for object versioning.

MetaGeneration Long True

The version of the metadata for this object at this generation. Used for preconditions and for detecting changes in metadata. A metageneration number is only meaningful in the context of a particular generation of a particular object.

ContentType String True

Content-Type of the object data. If an object is stored without a Content-Type, it is served as application/octet-stream.

TimeCreated Datetime True

The creation time of the object in RFC 3339 format.

Updated Datetime True

The modification time of the object metadata in RFC 3339 format.

TimeDeleted Datetime True

The deletion time of the object in RFC 3339 format. Returned if and only if this version of the object is no longer a live version, but remains in the bucket as a noncurrent version.

TemporaryHold Boolean True

Whether or not the object is subject to a temporary hold.

EventBasedHold Boolean True

Whether or not the object is subject to an event-based hold.

RetentionExpirationTime Datetime True

The earliest time that the object can be deleted, based on a bucket's retention policy, in RFC 3339 format.

RetentionMode String True

The mode of the object-level retention configuration (Unlocked or Locked). When Locked, the retention cannot be removed and retainUntilTime cannot be reduced.

RetainUntilTime Datetime True

The earliest time that the object can be deleted or replaced based on object-level retention, in RFC 3339 format.

StorageClass String True

Storage class of the object.

TimeStorageClassUpdated Datetime True

The time at which the object's storage class was last changed. When the object is initially created, it will be set to timeCreated.

Size String True

Content-Length of the data in bytes.

Md5Hash String True

MD5 hash of the data; encoded using base64. For more information about using the MD5 hash, see Hashes and ETags: Best Practices.

MediaLink String True

Media download link.

ContentEncoding String True

Content-Encoding of the object data.

ContentDisposition String True

Content-Disposition of the object data.

ContentLanguage String True

Content-Language of the object data.

CacheControl String True

Cache-Control directive for the object data. If omitted, and the object is accessible to all anonymous users, the default will be public, max-age=3600.

OwnerEntity String True

The entity, in the form user-emailAddress.

OwnerEntityId String True

The ID for the entity.

Crc32c String True

CRC32c checksum, as described in RFC 4960, Appendix B; encoded using base64 in big-endian byte order. For more information about using the CRC32c checksum, see Hashes and ETags: Best Practices.

ComponentCount Integer True

Number of underlying components that make up a composite object. Components are accumulated by compose operations, counting 1 for each non-composite source object and componentCount for each composite source object. Note: componentCount is included in the metadata for composite objects only.

Etag String True

HTTP 1.1 Entity tag for the object.

CustomerEncryptionAlgorithm String True

The encryption algorithm.

CustomerEncryptionKeySha256 String True

SHA256 hash value of the encryption key.

KmsKeyName String True

Cloud KMS Key used to encrypt this object, if the object is encrypted by such a key.

CustomTime Datetime True

CA user-specified timestamp for the object in RFC 3339 format.

SoftDeleteTime Datetime True

When the object was soft-deleted. Essential for soft-delete workflows.

HardDeleteTime Datetime True

When a soft-deleted object will be permanently deleted. Companion to the above.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655