Class ComposeRequest.SourceObjectsData.ObjectPreconditionsData
Conditions that must be met for this operation to execute.
Inherited Members
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? |