Share via


cloud_page_blob::set_sequence_number Method

Sets the page blob's sequence number.

void set_sequence_number(
   const azure::storage::sequence_number& sequence_number
);

void set_sequence_number(
   const azure::storage::sequence_number& sequence_number,
   const access_condition& condition,
   const blob_request_options& options,
   operation_context context
);

Parameters

  • sequence_number
    A value of type azure::storage::sequence_number, indicating the operation to perform on the sequence number.
  • condition
    An azure::storage::access_condition object that represents the access condition for the operation.
  • options
    A azure::storage::blob_request_options object that specifies additional options for the request.
  • context
    An azure::storage::operation_context object that represents the context for the current operation.

Requirements

Header: blob.h

Namespace: azure::storage

See Also

Reference

cloud_page_blob Class