IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

bucket (property)

Selects a bucket.

Syntax

@property (nonatomic,readwrite,assign,getter=bucket,setter=setBucket:) NSString* bucket;
- (NSString*)bucket;
- (void)setBucket:(NSString*)newBucket;
public var bucket: String {
  get {...}
set {...} }

Default Value

""

Remarks

This property selects a bucket, by name, for the class to operate against. It must be set before attempting most operations.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 iOS Edition - Version 20.0 [Build 8265]