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

io.github.thunderz99.cosmos.dto.UniqueKeyPolicy Maven / Gradle / Ivy

There is a newer version: 0.7.11
Show newest version
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