IPWorks Cloud 2020 C++ Edition

Questions / Feedback?

Snapshot Property

The blob snapshot to make requests against.

Syntax

ANSI (Cross Platform)
char* GetSnapshot();
int SetSnapshot(const char* lpszSnapshot); Unicode (Windows) LPWSTR GetSnapshot();
INT SetSnapshot(LPCWSTR lpszSnapshot);
@property (nonatomic,readwrite,assign,getter=snapshot,setter=setSnapshot:) NSString* snapshot;
- (NSString*)snapshot;
- (void)setSnapshot:(NSString*)newSnapshot;
#define PID_AZUREBLOB_SNAPSHOT 81

IPWORKSCLOUD_EXTERNAL void* IPWORKSCLOUD_CALL IPWorksCloud_AzureBlob_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSCLOUD_EXTERNAL int IPWORKSCLOUD_CALL IPWorksCloud_AzureBlob_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

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.

This property is not available at design time.

Data Type

String

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