Share via


access_condition::is_conditional Method

Indicates whether the azure::storage::access_condition object specifies a condition.

bool is_conditional() const;

Return Value

true if the access condition specifies a condition; otherwise, false.

Requirements

Header: blob.h

Namespace: azure::storage

See Also

Reference

access_condition Class