documentId | 文档标识符。 |
propertyPath | 属性路径或名称。 |
PropertyDatabaseRecordKey 记录键。
根据文档标识符和属性路径创建记录键。
其他资源:PropertyDatabaseRecordKey、PropertyDatabase.Store、PropertyDatabase.TryLoad 和 PropertyDatabase.Invalidate。
documentId | 文档标识符。 |
propertyHash | 属性哈希值。 |
PropertyDatabaseRecordKey 记录键。
根据文档标识符和属性哈希值创建记录键。
其他资源:PropertyDatabaseRecordKey、PropertyDatabase.CreatePropertyHash、PropertyDatabase.Store、PropertyDatabase.TryLoad 和 PropertyDatabase.Invalidate。
documentKey | 文档键。 |
propertyPathHash | 属性哈希值。 |
PropertyDatabaseRecordKey 记录键。
根据文档键和属性哈希值创建记录键。
其他资源:PropertyDatabaseRecordKey、PropertyDatabase.CreateDocumentKey、PropertyDatabase.CreatePropertyHash、PropertyDatabase.Store、PropertyDatabase.TryLoad 和 PropertyDatabase.Invalidate。
propertyPath | 属性路径或名称。 |
PropertyDatabaseRecordKey 记录键。
根据属性路径创建记录键。
文档标识符将被视为 null,文档键将为 0。
其他资源:PropertyDatabaseRecordKey、PropertyDatabase.Store、PropertyDatabase.TryLoad 和 PropertyDatabase.Invalidate。
propertyHash | 属性哈希值。 |
PropertyDatabaseRecordKey 记录键。
根据属性哈希值创建记录键。
文档标识符将被视为 null,文档键将为 0。
其他资源:PropertyDatabaseRecordKey、PropertyDatabase.CreatePropertyHash、PropertyDatabase.Store、PropertyDatabase.TryLoad 和 PropertyDatabase.Invalidate。