25 #import <Foundation/Foundation.h>
26 #import <ArcGIS/AGSObject.h>
27 #import <ArcGIS/AGSCancelable.h>
42 #pragma mark initializers
47 #pragma mark properties
57 @property (nonatomic, copy, readonly) NSString *
name;
62 @property (nonatomic, assign, readonly) NSInteger
size;
83 -(id<
AGSCancelable>)fetchDataWithCompletion:(nullable
void(^)(NSData *__nullable result, NSError *__nullable error))completion;
Information about a feature attachment.
Definition: AGSAttachment.h:38
NSString * name
Definition: AGSAttachment.h:57
BOOL hasFetchedData
Definition: AGSAttachment.h:68
NSInteger size
Definition: AGSAttachment.h:62
NSString * contentType
Definition: AGSAttachment.h:52
NSInteger attachmentID
Definition: AGSAttachment.h:73
Definition: AGSObject.h:28
A protocol exposed by operations that allow cancellation.
Definition: AGSCancelable.h:38