Class ComposeRequest.SourceObjectsData
The list of source objects that will be concatenated into a single object.
Inheritance
object
ComposeRequest.SourceObjectsData
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
Properties
Generation
The generation of this object to use as the source.
Declaration
[JsonProperty("generation")]
public virtual long? Generation { get; set; }
Property Value
Type | Description |
---|---|
long? |
Name
The source object's name. All source objects must reside in the same bucket.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ObjectPreconditions
Conditions that must be met for this operation to execute.
Declaration
[JsonProperty("objectPreconditions")]
public virtual ComposeRequest.SourceObjectsData.ObjectPreconditionsData ObjectPreconditions { get; set; }
Property Value
Type | Description |
---|---|
ComposeRequest.SourceObjectsData.ObjectPreconditionsData |