Table of Contents

Codeunit "ABS Operation Response"

ID 9050
Namespace: System.Azure.Storage

Holder object for holding for ABS client operations result.

Properties

Name Value
Access Public
InherentEntitlements X
InherentPermissions X

Methods

IsSuccessful

Checks whether the operation was successful.

procedure IsSuccessful(): Boolean

Returns

Type Description
Boolean

True if the operation was successful; otherwise - false.

GetError

Gets the error (if any) of the response.

procedure GetError(): Text

Returns

Type Description
Text

Text representation of the error that occurred during the operation.

GetNextMarker

Gets the NextMarker (if any) of the response.

procedure GetNextMarker(): Text

Returns

Type Description
Text

Text representation of the NextMarker that is returned during the operation.

GetHeaderValueFromResponseHeaders

[NonDebuggable]
procedure GetHeaderValueFromResponseHeaders(HeaderName: Text): Text

Parameters

Name Type Description
HeaderName Text

Returns

Type Description
Text

GetMetadataValueFromResponseHeaders

[NonDebuggable]
procedure GetMetadataValueFromResponseHeaders(): Dictionary of [Text, Text]

Returns

Type Description
Dictionary of [Text, Text]

See also