Class PackageSizeInformation

Definition

Namespace:
Tizen.Applications
Assembly:
Tizen.Applications.PackageManager.dll

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

C#
Copy
public class PackageSizeInformation
Inheritance
object
PackageSizeInformation

Properties

View Source

AppSize

Application size for the package.

Declaration
C#
Copy
public long AppSize { get; }
Property Value
Type Description
long
View Source

CacheSize

Cache size for the package.

Declaration
C#
Copy
public long CacheSize { get; }
Property Value
Type Description
long
View Source

DataSize

Data size for the package.

Declaration
C#
Copy
public long DataSize { get; }
Property Value
Type Description
long
View Source

ExternalAppSize

External application size for the package.

Declaration
C#
Copy
public long ExternalAppSize { get; }
Property Value
Type Description
long
View Source

ExternalCacheSize

External cache size for the package.

Declaration
C#
Copy
public long ExternalCacheSize { get; }
Property Value
Type Description
long
View Source

ExternalDataSize

External data size for the package.

Declaration
C#
Copy
public long ExternalDataSize { get; }
Property Value
Type Description
long