io.github.thunderz99.cosmos.dto.UniqueKeyPolicy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-cosmos Show documentation
Show all versions of java-cosmos Show documentation
A lightweight Azure CosmosDB client for Java
package io.github.thunderz99.cosmos.dto;
import java.util.List;
import com.google.common.collect.Lists;
/**
* DTO class representing a UniqueKeyPolicy containing multiple uniqueKeys for a Cosmos Container.
*/
public class UniqueKeyPolicy extends RecordData {
public List uniqueKeys = Lists.newArrayList();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy