Interface IHasMongoIndexManagerAction
Namespace: Volo.Abp.MongoDB
Assembly: Volo.Abp.MongoDB.dll
Syntax
public interface IHasMongoIndexManagerAction
Properties
IndexesAction
Declaration
Action<IMongoIndexManager<BsonDocument>>? IndexesAction { get; set; }
Property Value
| Type | Description |
|---|---|
| Action<IMongoIndexManager<BsonDocument>> |