17.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>
17.54.1. Inheritance
17.54.2. Implements
17.54.3. Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
17.54.4. Properties
17.54.4.1. CollectionName
public string CollectionName { get; }
17.54.4.1.1. Property Value
17.54.5. Methods
17.54.5.1. InitializeIndexesAsync(IClientSessionHandle, IMongoCollection<RoleData>, MongoDB)
public Task InitializeIndexesAsync(IClientSessionHandle sessionHandle, IMongoCollection<RoleData> collection, MongoDB options)
17.54.5.1.1. Parameters
sessionHandle IClientSessionHandle
collection IMongoCollection<RoleData>
options MongoDB