Class ExpansionFile
An expansion file. The resource for ExpansionFilesService.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class ExpansionFile : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
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
[JsonProperty("fileSize")]
public virtual long? FileSize { get; set; }
Property Value
Type | Description |
---|---|
long? |
ReferencesVersion
If set, this APK's expansion file references another APK's expansion file. The file_size field will not be set.
Declaration
[JsonProperty("referencesVersion")]
public virtual int? ReferencesVersion { get; set; }
Property Value
Type | Description |
---|---|
int? |