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

com.microsoft.azure.documentdb.SerializationFormattingPolicy Maven / Gradle / Ivy

package com.microsoft.azure.documentdb;

/**
 * The formatting policy associated with JSON serialization in the Azure Cosmos DB database service.
 */
public enum SerializationFormattingPolicy {

    /**
     *  No additional formatting required.
     */
    None,

    /**
     * Indent the fields appropriately.
     */
    Indented
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy