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

org.mongodb.awscdk.resources.mongodbatlas.CriteriaViewDateFormat Maven / Gradle / Ivy

There is a newer version: 3.9.0
Show newest version
package org.mongodb.awscdk.resources.mongodbatlas;

/**
 * Syntax used to write the date after which data moves to the online archive.
 * 

* Date can be expressed as ISO 8601 or Epoch timestamps. The Epoch timestamp can be expressed as nanoseconds, milliseconds, or seconds. Set this parameter when "criteria.type" : "DATE". You must set "criteria.type" : "DATE" if "collectionType": "TIMESERIES". */ @javax.annotation.Generated(value = "jsii-pacmak/1.101.0 (build b95fe5d)", date = "2024-07-30T09:54:28.999Z") @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable) @software.amazon.jsii.Jsii(module = org.mongodb.awscdk.resources.mongodbatlas.$Module.class, fqn = "awscdk-resources-mongodbatlas.CriteriaViewDateFormat") public enum CriteriaViewDateFormat { /** * ISODATE. */ @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable) ISODATE, /** * EPOCH_SECONDS. */ @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable) EPOCH_SECONDS, /** * EPOCH_MILLIS. */ @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable) EPOCH_MILLIS, /** * EPOCH_NANOSECONDS. */ @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable) EPOCH_NANOSECONDS, }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy