Version: 2023.1
public static Search.PropertyDatabaseRecordKey CreateRecordKey (string documentId, string propertyPath);

参数

documentId A document identifier.
propertyPath A property path or name.

返回

PropertyDatabaseRecordKey The record key.

描述

Creates a record key from a document identifier and a property path.


public static Search.PropertyDatabaseRecordKey CreateRecordKey (string documentId, Hash128 propertyHash);

参数

documentId A document identifier.
propertyHash A property hash.

返回

PropertyDatabaseRecordKey The record key.

描述

Creates a record key from a document identifier and a property hash.


public static Search.PropertyDatabaseRecordKey CreateRecordKey (ulong documentKey, Hash128 propertyPathHash);

参数

documentKey A document key.
propertyPathHash A property hash.

返回

PropertyDatabaseRecordKey The record key.

描述

Creates a record key from a document key and a property hash.


public static Search.PropertyDatabaseRecordKey CreateRecordKey (string propertyPath);

参数

propertyPath A property path or name.

返回

PropertyDatabaseRecordKey The record key.

描述

Creates a record key from a property path.

The document identifier will be considered as null and the document key will be 0.

See Also: PropertyDatabaseRecordKey, PropertyDatabase.Store, PropertyDatabase.TryLoad and PropertyDatabase.Invalidate.


public static Search.PropertyDatabaseRecordKey CreateRecordKey (Hash128 propertyHash);

参数

propertyHash A property hash.

返回

PropertyDatabaseRecordKey The record key.

描述

Creates a record key from a property hash.

The document identifier will be considered as null and the document key will be 0.

See Also: PropertyDatabaseRecordKey, PropertyDatabase.CreatePropertyHash, PropertyDatabase.Store, PropertyDatabase.TryLoad and PropertyDatabase.Invalidate.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961