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

net.ravendb.client.documents.operations.replication.PullReplicationMode Maven / Gradle / Ivy

package net.ravendb.client.documents.operations.replication;

import net.ravendb.client.primitives.UseSharpEnum;

@UseSharpEnum
public enum PullReplicationMode {
    NONE,
    HUB_TO_SINK,
    SINK_TO_HUB
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy