Show / Hide Table of Contents

Class CustomContextUpdates

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

Inheritance
object
CustomContextUpdates
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.StorageBatchOperations.v1.Data
Assembly: Google.Apis.StorageBatchOperations.v1.dll
Syntax
public class CustomContextUpdates : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

KeysToClear

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

Declaration
[JsonProperty("keysToClear")]
public virtual IList<string> KeysToClear { get; set; }
Property Value
Type Description
IList<string>

Updates

Optional. Insert or update the existing custom contexts.

Declaration
[JsonProperty("updates")]
public virtual IDictionary<string, ObjectCustomContextPayload> Updates { get; set; }
Property Value
Type Description
IDictionary<string, ObjectCustomContextPayload>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX