IPWorks Cloud 2020 Python Edition

Questions / Feedback?

snapshot Property

The blob snapshot to make requests against.

Syntax

def get_snapshot() -> str: ...
def set_snapshot(value: str) -> None: ...

snapshot = property(get_snapshot, set_snapshot)

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 Python Edition - Version 20.0 [Build 8265]