Class ComposeRequest.SourceObjectsData.ObjectPreconditionsData
Conditions that must be met for this operation to execute.
Inheritance
object
ComposeRequest.SourceObjectsData.ObjectPreconditionsData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Storage.v1.Data
Assembly: Google.Apis.Storage.v1.dll
Syntax
public class ComposeRequest.SourceObjectsData.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 |
---|---|
long? |