Packages

object Any extends ListResourceVersion with Product with Serializable

Return data at any resource version.

The newest available resource version is preferred, but strong consistency is not required; data at any resource version may be served.

It is possible for the request to return data at a much older resource version that the client has previously observed, particularly in high availability configurations, due to partitions or stale caches. Clients that cannot tolerate this should not use this semantic.

Linear Supertypes
Serializable, Serializable, Product, Equals, ListResourceVersion, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Any
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ListResourceVersion
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def resourceVersion: Option[String]
    Definition Classes
    AnyListResourceVersion
  2. def resourceVersionMatch: Option[String]
    Definition Classes
    AnyListResourceVersion