All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.ravendb.client.documents.indexes.IndexPriority Maven / Gradle / Ivy

package net.ravendb.client.documents.indexes;

import net.ravendb.client.primitives.UseSharpEnum;

@UseSharpEnum
public enum IndexPriority {
    LOW,
    NORMAL,
    HIGH
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy