Cloud Storage v2 API - Class ObjectFullContext (1.10.0)

public sealed class ObjectFullContext : IMessage<ObjectFullContext>, IEquatable<ObjectFullContext>, IDeepCloneable<ObjectFullContext>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Storage v2 API class ObjectFullContext.

A full representation of an object context.

Inheritance

object > ObjectFullContext

Namespace

Google.Cloud.Storage.Control.V2

Assembly

Google.Cloud.Storage.Control.V2.dll

Constructors

ObjectFullContext()

public ObjectFullContext()

ObjectFullContext(ObjectFullContext)

public ObjectFullContext(ObjectFullContext other)
Parameter
Name Description
other ObjectFullContext

Properties

CreateTime

public Timestamp CreateTime { get; set; }

The time at which the object context was created.

Property Value
Type Description
Timestamp

ExtendedData

public Any ExtendedData { get; set; }

The extended data of the object context.

Property Value
Type Description
Any

Key

public string Key { get; set; }

The key of the object context, which is unique among contexts of an object.

Property Value
Type Description
string

Type

public ObjectFullContext.Types.Type Type { get; set; }

The type of the object context.

Property Value
Type Description
ObjectFullContextTypesType

UpdateTime

public Timestamp UpdateTime { get; set; }

The time at which the object context was updated.

Property Value
Type Description
Timestamp

Value

public string Value { get; set; }

The value of the object context.

Property Value
Type Description
string