17.49. Class AuthDataModelMapping

Namespace: ArmoniK.Core.Adapters.MongoDB.Table.DataModel.Auth
Assembly: ArmoniK.Core.Adapters.MongoDB.dll

MongoDB object mapping for certificate data

public class AuthDataModelMapping : IMongoDataModelMapping<AuthData>

17.49.1. Inheritance

objectAuthDataModelMapping

17.49.2. Implements

IMongoDataModelMapping<AuthData>

17.49.3. Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

17.49.4. Properties

17.49.4.1. CollectionName

public string CollectionName { get; }

17.49.4.1.1. Property Value

string

17.49.5. Methods

17.49.5.1. InitializeIndexesAsync(IClientSessionHandle, IMongoCollection<AuthData>, MongoDB)

public Task InitializeIndexesAsync(IClientSessionHandle sessionHandle, IMongoCollection<AuthData> collection, MongoDB options)

17.49.5.1.1. Parameters

sessionHandle IClientSessionHandle

collection IMongoCollection<AuthData>

options MongoDB

17.49.5.1.2. Returns

Task

17.49.5.2. ShardCollectionAsync(IClientSessionHandle, MongoDB)

public Task ShardCollectionAsync(IClientSessionHandle sessionHandle, MongoDB options)

17.49.5.2.1. Parameters

sessionHandle IClientSessionHandle

options MongoDB

17.49.5.2.2. Returns

Task