| 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.
See Also: PropertyDatabaseRecordKey, IPropertyDatabaseView.Store, IPropertyDatabaseView.TryLoad and IPropertyDatabaseView.Invalidate.
| documentId | A document identifier. | 
| propertyHash | A property hash. | 
PropertyDatabaseRecordKey The record key.
Creates a record key from a document identifier and a property hash.
See Also: PropertyDatabaseRecordKey, IPropertyDatabaseView.CreatePropertyHash, IPropertyDatabaseView.Store, IPropertyDatabaseView.TryLoad and IPropertyDatabaseView.Invalidate.
| documentKey | A document key. | 
| propertyPathHash | A property hash. | 
PropertyDatabaseRecordKey The record key.
Creates a record key from a document key and a property hash.
See Also: PropertyDatabaseRecordKey, IPropertyDatabaseView.CreateDocumentKey, IPropertyDatabaseView.CreatePropertyHash, IPropertyDatabaseView.Store, IPropertyDatabaseView.TryLoad and IPropertyDatabaseView.Invalidate.
| 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.
      
| 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.