IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

versioningEnabled (property)

Controls whether versioning is enabled for the currently selected bucket.

Syntax

@property (nonatomic,readwrite,assign,getter=versioningEnabled,setter=setVersioningEnabled:) BOOL versioningEnabled;
- (BOOL)versioningEnabled;
- (void)setVersioningEnabled:(BOOL)newVersioningEnabled;
public var versioningEnabled: Bool {
  get {...}
set {...} }

Default Value

FALSE

Remarks

This property can be used to query and control whether the bucket currently selected by Bucket has versioning enabled.

Note that if Bucket is empty, or refers to a bucket that does not exist, this property will always return false when queried, and any attempts to set it will fail.

Refer to Amazon's Versioning documentation for more information about versioning.

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