PartMarker Property

A marker indicating what page of parts to return next.

Syntax

ANSI (Cross Platform)
char* GetPartMarker();
int SetPartMarker(const char* lpszPartMarker); Unicode (Windows) LPWSTR GetPartMarker();
INT SetPartMarker(LPCWSTR lpszPartMarker);
@property (nonatomic,readwrite,assign,getter=partMarker,setter=setPartMarker:) NSString* partMarker;
- (NSString*)partMarker;
- (void)setPartMarker:(NSString*)newPartMarker;
#define PID_S3CLIENT_PARTMARKER 47

IPWORKSS3_EXTERNAL void* IPWORKSS3_CALL IPWorksS3_S3Client_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSS3_EXTERNAL int IPWORKSS3_CALL IPWorksS3_S3Client_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

This property will be populated when ListParts is called if the results are paged and there are more pages. To list all parts, continue to call ListParts until this property returns empty string.

Refer to ListParts for more information.

Note: This property is cleared anytime ServiceProvider changes; marker values are only valid when used with the provider that generated them. Also, this property is not applicable when ServiceProvider is spGoogleStorage (2); Google Cloud Storage does not support multipart uploads.

This property is not available at design time.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks S3 2020 C++ Edition - Version 20.0 [Build 8178]