Version: 2022.3
言語: 日本語
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.