Class CreateCollectionBackupAPI.CreateCollectionBackupRequestBody
- java.lang.Object
-
- org.apache.solr.handler.admin.api.CreateCollectionBackupAPI.CreateCollectionBackupRequestBody
-
- 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:
- CreateCollectionBackupAPI
public static class CreateCollectionBackupAPI.CreateCollectionBackupRequestBody extends Object implements JacksonReflectMapWriter
-
-
Field Summary
Fields Modifier and Type Field Description StringasyncBooleanbackupConfigsetStringbackupStrategyMap<String,String>extraPropertiesBooleanfollowAliasesBooleanincrementalStringlocationIntegermaxNumBackupPointsStringrepositoryStringsnapshotName
-
Constructor Summary
Constructors Constructor Description CreateCollectionBackupRequestBody()
-
-
-
Field Detail
-
location
public String location
-
repository
public String repository
-
followAliases
public Boolean followAliases
-
backupStrategy
public String backupStrategy
-
snapshotName
public String snapshotName
-
incremental
public Boolean incremental
-
backupConfigset
public Boolean backupConfigset
-
maxNumBackupPoints
public Integer maxNumBackupPoints
-
async
public String async
-
-