Class AzureCosmosDBUtils

java.lang.Object
org.apache.nifi.processors.azure.cosmos.document.AzureCosmosDBUtils

public final class AzureCosmosDBUtils extends Object
  • Field Details

    • CONSISTENCY_STRONG

      public static final String CONSISTENCY_STRONG
      See Also:
    • CONSISTENCY_BOUNDED_STALENESS

      public static final String CONSISTENCY_BOUNDED_STALENESS
      See Also:
    • CONSISTENCY_SESSION

      public static final String CONSISTENCY_SESSION
      See Also:
    • CONSISTENCY_CONSISTENT_PREFIX

      public static final String CONSISTENCY_CONSISTENT_PREFIX
      See Also:
    • CONSISTENCY_EVENTUAL

      public static final String CONSISTENCY_EVENTUAL
      See Also:
    • URI

      public static final org.apache.nifi.components.PropertyDescriptor URI
    • DB_ACCESS_KEY

      public static final org.apache.nifi.components.PropertyDescriptor DB_ACCESS_KEY
    • CONSISTENCY

      public static final org.apache.nifi.components.PropertyDescriptor CONSISTENCY
  • Constructor Details

    • AzureCosmosDBUtils

      public AzureCosmosDBUtils()
  • Method Details

    • determineConsistencyLevel

      public static com.azure.cosmos.ConsistencyLevel determineConsistencyLevel(String consistency)