Version: 2022.2
言語: 日本語
public 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 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 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 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, IPropertyDatabaseView.Store, IPropertyDatabaseView.TryLoad and IPropertyDatabaseView.Invalidate.


public 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, IPropertyDatabaseView.CreatePropertyHash, IPropertyDatabaseView.Store, IPropertyDatabaseView.TryLoad and IPropertyDatabaseView.Invalidate.

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