Class PackageSizeInformation
Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.PackageManager.dll
This class has read-only properties to get the package size information.
public class PackageSizeInformation
- Inheritance
-
objectPackageSizeInformation
Properties
View SourceAppSize
Application size for the package.
Declaration
public long AppSize { get; }
Property Value
Type | Description |
---|---|
long |
CacheSize
Cache size for the package.
Declaration
public long CacheSize { get; }
Property Value
Type | Description |
---|---|
long |
DataSize
Data size for the package.
Declaration
public long DataSize { get; }
Property Value
Type | Description |
---|---|
long |
ExternalAppSize
External application size for the package.
Declaration
public long ExternalAppSize { get; }
Property Value
Type | Description |
---|---|
long |
ExternalCacheSize
External cache size for the package.
Declaration
public long ExternalCacheSize { get; }
Property Value
Type | Description |
---|---|
long |
ExternalDataSize
External data size for the package.
Declaration
public long ExternalDataSize { get; }
Property Value
Type | Description |
---|---|
long |