Class CreateCollectionSnapshotAPI.CreateSnapshotRequestBody
- java.lang.Object
-
- org.apache.solr.handler.admin.api.CreateCollectionSnapshotAPI.CreateSnapshotRequestBody
-
- All Implemented Interfaces:
org.apache.solr.common.MapSerializable
,org.apache.solr.common.MapWriter
,org.apache.solr.common.NavigableObject
,JacksonReflectMapWriter
,org.noggit.JSONWriter.Writable
- Enclosing class:
- CreateCollectionSnapshotAPI
public static class CreateCollectionSnapshotAPI.CreateSnapshotRequestBody extends Object implements JacksonReflectMapWriter
-
-
Field Summary
Fields Modifier and Type Field Description String
asyncId
boolean
followAliases
-
Constructor Summary
Constructors Constructor Description CreateSnapshotRequestBody()
-
-
-
Field Detail
-
followAliases
public boolean followAliases
-
asyncId
public String asyncId
-
-