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

net.ravendb.client.documents.operations.compareExchange.ICompareExchangeValue Maven / Gradle / Ivy

There is a newer version: 6.0.1
Show newest version
package net.ravendb.client.documents.operations.compareExchange;

import net.ravendb.client.documents.session.IMetadataDictionary;

public interface ICompareExchangeValue {
    String getKey();
    long getIndex();
    void setIndex(long index);
    Object getValue();
    IMetadataDictionary getMetadata();
    boolean hasMetadata();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy