Returns all of the attributes associated with the item. Optionally, the attributes returned can be limited to
one or more specified attribute name parameters.
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.
If you do not specify any attribute names, all the attributes for the item are returned.

C# |
public class GetAttributesRequest : SDBRequest

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | GetAttributesRequest()()()() | Initializes a new instance of the GetAttributesRequest class |
![]() | AttributeName |
Gets and sets the AttributeName property.
The name of the attribute.
|
![]() | ConsistentRead |
Gets and sets the ConsistentRead property.
If set to true, this flag ensures that the most recently written data is
returned.
|
![]() | DomainName |
Gets and sets the DomainName property.
The name of the domain in which to perform the operation.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | IsSetAttributeName()()()() |
Checks if AttributeName property is set
|
![]() | IsSetConsistentRead()()()() |
Checks if ConsistentRead property is set
|
![]() | IsSetDomainName()()()() |
Checks if DomainName property is set
|
![]() | IsSetItemName()()()() |
Checks if ItemName property is set
|
![]() | ItemName |
Gets and sets the ItemName property.
The name of the item in which to perform the operation.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithAttributeName(array<String>[]()[][]) | Obsolete.
Sets the AttributeName property
|
![]() | WithConsistentRead(Boolean) | Obsolete.
Sets the ConsistentRead property
|
![]() | WithDomainName(String) | Obsolete.
Sets the DomainName property
|
![]() | WithItemName(String) | Obsolete.
Sets the ItemName property
|

Object | ||
![]() | SDBRequest | |
![]() | GetAttributesRequest |