IFdbLayerSchemaMapper
Namespace: FoundationDB.Client · interface
Exposes the schema of key/value pairs used by this layer
Remarks
This can be used by tools and loggers to generate a more user-friendly representation of the content generated by this layer.
Properties
LayerId
string LayerId { get; }
LayerId used by the main FdbDirectorySubspace for this layer
Any subspace with this LayerId will use this mapper as a source of key templates
Methods
GetRules
IEnumerable<FqlTemplateExpression> GetRules()
Enumerates all the templates for keys that can be found subspaces using the LayerId for this mapper.