IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

snapshot (property)

The blob snapshot to make requests against.

Syntax

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

Default Value

""

Remarks

This property can be set to the opaque DateTime value used to identify a particular blob snapshot before calling the following methods in order to make requests against the specified blob snapshot instead of the base blob:

Refer to the documentation of the methods listed above for more information.

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