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.