Class StorageColumns

    Definition

    Namespace:
    Tizen.Content.MediaContent
    Assembly:
    Tizen.Content.MediaContent.dll

    Provides the storage column names that can be used for Select and Count commands.

    [Obsolete("Please do not use! this will be deprecated in level 6")]
    public static class StorageColumns
    Inheritance
    object
    StorageColumns

    Properties

    View Source

    Id

    Gets the column name for the ID of storage.

    Declaration
    [Obsolete("Please do not use! this will be deprecated in level 6")]
    public static string Id { get; }
    Property Value
    Type Description
    string

    The column name for the ID of storage.

    Remarks

    The value type is string.

    See Also
    Id
    View Source

    Path

    Gets the column name for the path of storage.

    Declaration
    [Obsolete("Please do not use! this will be deprecated in level 6")]
    public static string Path { get; }
    Property Value
    Type Description
    string

    The column name for the path of storage.

    Remarks

    The value type is string.

    See Also
    Path
    View Source

    Type

    Gets the column name for the type of storage.

    Declaration
    [Obsolete("Please do not use! this will be deprecated in level 6")]
    public static string Type { get; }
    Property Value
    Type Description
    string

    The column name for the type of storage.

    Remarks

    The value type is integer. The value should be an integer that is one of the StorageType values.

    See Also
    Type

    See Also

    SelectArguments
    CountArguments
    FilterExpression
    SortOrder
    Count(CountArguments)
    Select(SelectArguments)
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX