OBSListObjectsResponse Class Reference
| Inherits from | OBSCORSResponse : OBSServiceResponse : OBSBaseResponse : OBSAbstractModel : OBSMTLModel |
|---|---|
| Declared in | OBSListObjectsModel.h OBSListObjectsModel.m |
region
Bucket region
@property (nonatomic, strong, nonnull) NSString *regionDeclared In
OBSListObjectsModel.h
bucketName
Bucket name
@property (nonatomic, strong, nonnull) NSString *bucketNameDeclared In
OBSListObjectsModel.h
prefix
Object name prefix. Only objects whose names have this prefix are listed.
@property (nonatomic, strong, nonnull) NSString *prefixDeclared In
OBSListObjectsModel.h
marker
Start position for listing objects
@property (nonatomic, strong, nonnull) NSString *markerDeclared In
OBSListObjectsModel.h
nextMarker
If not all objects are returned, the response contains this parameter that specifies the start position for next listing. You can set this parameter value as the “marker” value in the follow-up requests to list the remaining objects.
@property (nonatomic, strong, nonnull) NSString *nextMarkerDeclared In
OBSListObjectsModel.h
maxKeys
Maximum number of objects that will be returned
@property (nonatomic, strong, nonnull) NSNumber *maxKeysDeclared In
OBSListObjectsModel.h
delimiter
“delimiter” in the request
@property (nonatomic, strong, nonnull) NSString *delimiterDeclared In
OBSListObjectsModel.h
isTruncated
Whether the list of objects in the request is truncated. Value “YES” indicates that not all objects are returned and value “NO[w1]” indicates that all objects are returned.
@property (nonatomic, assign) BOOL isTruncatedDeclared In
OBSListObjectsModel.h
contentsList
List of objects in a bucket
@property (nonatomic, strong, nonnull) NSArray<OBSContent*> *contentsListDeclared In
OBSListObjectsModel.h
commonPrefixesList
Common header
@property (nonatomic, strong, nonnull) NSArray<OBSCommonPrefix*> *commonPrefixesListDeclared In
OBSListObjectsModel.h