Class PackageSizeInformation

Definition

Namespace:
Tizen.Applications
Assembly:
Tizen.Applications.PackageManager.dll
API Level:
3

This class has read-only properties to get the package size information.

C#
Copy
public class PackageSizeInformation
Inheritance
System.Object
PackageSizeInformation

Properties

View Source

AppSize

Application size for the package.

Declaration
C#
Copy
public long AppSize { get; }
Property Value
Type Description
System.Int64
API Level: 3
View Source

CacheSize

Cache size for the package.

Declaration
C#
Copy
public long CacheSize { get; }
Property Value
Type Description
System.Int64
API Level: 3
View Source

DataSize

Data size for the package.

Declaration
C#
Copy
public long DataSize { get; }
Property Value
Type Description
System.Int64
API Level: 3
View Source

ExternalAppSize

External application size for the package.

Declaration
C#
Copy
public long ExternalAppSize { get; }
Property Value
Type Description
System.Int64
API Level: 3
View Source

ExternalCacheSize

External cache size for the package.

Declaration
C#
Copy
public long ExternalCacheSize { get; }
Property Value
Type Description
System.Int64
API Level: 3
View Source

ExternalDataSize

External data size for the package.

Declaration
C#
Copy
public long ExternalDataSize { get; }
Property Value
Type Description
System.Int64
API Level: 3