19 #import <ArcGIS/AGSObject.h> 36 #pragma mark initializers 41 #pragma mark properties 51 @property (nonatomic, copy, readonly) NSString *
name;
56 @property (nonatomic, assign, readonly) NSInteger
size;
77 -(id<
AGSCancelable>)fetchDataWithCompletion:(nullable
void(^)(NSData *__nullable result, NSError *__nullable error))completion;
Information about a feature attachment.
Definition: AGSAttachment.h:31
NSInteger size
Definition: AGSAttachment.h:56
NSInteger attachmentID
Definition: AGSAttachment.h:67
Definition: AGSObject.h:21
NSString * contentType
Definition: AGSAttachment.h:46
A protocol exposed by operations that allow cancellation.
Definition: AGSCancelable.h:32
BOOL hasFetchedData
Definition: AGSAttachment.h:62
NSString * name
Definition: AGSAttachment.h:51