Class ExpansionFile
Inheritance
System.Object
ExpansionFile
Implements
Namespace: Google.Apis.AndroidPublisher.v2.Data
Assembly: Google.Apis.AndroidPublisher.v2.dll
Syntax
public class ExpansionFile : object, IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FileSize
If set this field indicates that this APK has an Expansion File uploaded to it: this APK does not reference another APK's Expansion File. The field's value is the size of the uploaded Expansion File in bytes.
Declaration
public virtual Nullable<long> FileSize { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
ReferencesVersion
If set this APK's Expansion File references another APK's Expansion File. The file_size field will not be set.
Declaration
public virtual Nullable<int> ReferencesVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |