Class ComposeRequest.SourceObjectsData.ObjectPreconditionsData
Conditions that must be met for this operation to execute.
Inheritance
System.Object
ComposeRequest.SourceObjectsData.ObjectPreconditionsData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Storage.v1.Data
Assembly: Google.Apis.Storage.v1.dll
Syntax
public class ObjectPreconditionsData
Properties
IfGenerationMatch
Only perform the composition if the generation of the source object that would be used matches this value. If this value and a generation are both specified, they must be the same value or the call will fail.
Declaration
[JsonProperty("ifGenerationMatch")]
public virtual long? IfGenerationMatch { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |