public sealed class CustomContextUpdates : IMessage<CustomContextUpdates>, IEquatable<CustomContextUpdates>, IDeepCloneable<CustomContextUpdates>, IBufferMessage, IMessageReference 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.
Implements
IMessageCustomContextUpdates, IEquatableCustomContextUpdates, IDeepCloneableCustomContextUpdates, IBufferMessage, IMessageNamespace
Google.Cloud.StorageBatchOperations.V1Assembly
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 |
|