package get_async
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final case class GetAsyncRequest(id: String, errorTrace: Boolean = false, filterPath: Chunk[String] = Chunk.empty[String], human: Boolean = false, pretty: Boolean = false, delimiter: String = ",", format: Option[String] = None, keepAlive: String = "5d", waitForCompletionTimeout: Option[String] = None) extends ActionRequest[Json] with RequestBase with Product with Serializable
- final case class GetAsyncResponse(id: String, isRunning: Boolean = true, isPartial: Boolean = true, startTimeInMillis: Long, expirationTimeInMillis: Long, completionStatus: Int) extends Product with Serializable
Value Members
- object GetAsyncResponse extends Serializable