Values.GetAttributesResultSourceReturns all of the attributes associated with the specified item. Optionally, the attributes returned can be limited to one or more attributes by specifying an attribute name parameter. If the item does not exist on the replica that was accessed for this operation, an empty set is returned. The system does not return an error as it cannot guarantee the item does not exist on other replicas.
type getAttributesResult = {attributes : AttributeList.t option;The list of attributes returned by the operation.
*)}type error = [ | `InvalidParameterValue of InvalidParameterValue.t| `MissingParameter of MissingParameter.t| `NoSuchDomain of NoSuchDomain.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidParameterValue of InvalidParameterValue.t
| `MissingParameter of MissingParameter.t
| `NoSuchDomain of NoSuchDomain.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidParameterValue of InvalidParameterValue.t
| `MissingParameter of MissingParameter.t
| `NoSuchDomain of NoSuchDomain.t
| `Unknown_operation_error of string * string option ]