Class CreateCollectionBackupAPI.CollectionBackupDetails
- java.lang.Object
-
- org.apache.solr.handler.admin.api.CreateCollectionBackupAPI.CollectionBackupDetails
-
- 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.CollectionBackupDetails extends Object implements JacksonReflectMapWriter
-
-
Field Summary
Fields Modifier and Type Field Description Integer
backupId
String
collection
String
endTime
Map<String,String>
extraProperties
Integer
indexFileCount
Double
indexSizeMB
String
indexVersion
Integer
numShards
List<String>
shardBackupIds
String
startTime
Integer
uploadedIndexFileCount
Double
uploadedIndexSizeMB
-
Constructor Summary
Constructors Constructor Description CollectionBackupDetails()
-
-
-
Field Detail
-
collection
public String collection
-
numShards
public Integer numShards
-
backupId
public Integer backupId
-
indexVersion
public String indexVersion
-
startTime
public String startTime
-
endTime
public String endTime
-
indexFileCount
public Integer indexFileCount
-
uploadedIndexFileCount
public Integer uploadedIndexFileCount
-
indexSizeMB
public Double indexSizeMB
-
uploadedIndexSizeMB
public Double uploadedIndexSizeMB
-
-