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 String
async
Boolean
backupConfigset
String
backupStrategy
Map<String,String>
extraProperties
Boolean
followAliases
Boolean
incremental
String
location
Integer
maxNumBackupPoints
String
repository
String
snapshotName
-
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
-
-