Show / Hide Table of Contents

    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.

    public class PackageSizeInformation
    Inheritance
    Object
    PackageSizeInformation

    Properties

    View Source

    AppSize

    Application size for the package.

    Declaration
    public long AppSize { get; }
    Property Value
    Type Description
    Int64
    API Level: 3
    View Source

    CacheSize

    Cache size for the package.

    Declaration
    public long CacheSize { get; }
    Property Value
    Type Description
    Int64
    API Level: 3
    View Source

    DataSize

    Data size for the package.

    Declaration
    public long DataSize { get; }
    Property Value
    Type Description
    Int64
    API Level: 3
    View Source

    ExternalAppSize

    External application size for the package.

    Declaration
    public long ExternalAppSize { get; }
    Property Value
    Type Description
    Int64
    API Level: 3
    View Source

    ExternalCacheSize

    External cache size for the package.

    Declaration
    public long ExternalCacheSize { get; }
    Property Value
    Type Description
    Int64
    API Level: 3
    View Source

    ExternalDataSize

    External data size for the package.

    Declaration
    public long ExternalDataSize { get; }
    Property Value
    Type Description
    Int64
    API Level: 3
    • View Source
    Back to top Copyright © 2016-2022 Samsung
    Generated by DocFX