Storage Batch Operations v1 API - Class CustomContextUpdates (1.0.0-beta05)

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

Reference documentation and code samples for the Storage Batch Operations v1 API class CustomContextUpdates.

Describes a collection of updates to apply to custom contexts identified by key.

Inheritance

object > CustomContextUpdates

Namespace

Google.Cloud.StorageBatchOperations.V1

Assembly

Google.Cloud.StorageBatchOperations.V1.dll

Constructors

CustomContextUpdates()

public CustomContextUpdates()

CustomContextUpdates(CustomContextUpdates)

public CustomContextUpdates(CustomContextUpdates other)
Parameter
Name Description
other CustomContextUpdates

Properties

KeysToClear

public RepeatedField<string> KeysToClear { get; }

Optional. Custom contexts to clear by key. A key cannot be present in both updates and keys_to_clear.

Property Value
Type Description
RepeatedFieldstring

Updates

public MapField<string, ObjectCustomContextPayload> Updates { get; }

Optional. Insert or update the existing custom contexts.

Property Value
Type Description
MapFieldstringObjectCustomContextPayload