21.54. Class RoleDataModelMapping
Namespace: ArmoniK.Core.Adapters.MongoDB.Table.DataModel.Auth
Assembly: ArmoniK.Core.Adapters.MongoDB.dll
MongoDB mapping of the Role document
public class RoleDataModelMapping : IMongoDataModelMapping<RoleData>
21.54.1. Inheritance
21.54.2. Implements
21.54.3. Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
21.54.4. Properties
21.54.4.1. CollectionName
public string CollectionName { get; }
21.54.4.1.1. Property Value
21.54.5. Methods
21.54.5.1. InitializeIndexesAsync(IClientSessionHandle, IMongoCollection<RoleData>, MongoDB)
public Task InitializeIndexesAsync(IClientSessionHandle sessionHandle, IMongoCollection<RoleData> collection, MongoDB options)
21.54.5.1.1. Parameters
sessionHandle IClientSessionHandle
collection IMongoCollection<RoleData>
options MongoDB