@yeying-community/yeying-client-ts
    Preparing search index...

    Type Alias SearchAssetConditionJson

    from message yeying.api.asset.SearchAssetCondition

    type SearchAssetConditionJson = {
        format?: DigitalFormatEnumJson;
        hash?: string;
        name?: string;
        namespaceId?: string;
    }
    Index

    Properties

    资产内容格式

    from field: yeying.api.common.DigitalFormatEnum format = 1;

    hash?: string

    内容哈希值

    from field: string hash = 2;

    name?: string

    资产名称

    from field: string name = 4;

    namespaceId?: string

    命名空间ID

    from field: string namespaceId = 3;