fuchsia.io/Node.GetAttributes
METHOD
fuchsia.io
sdk/fidl/fuchsia.io/node.fidl:611
Acquires information about the node.
The attributes of a node should be stable, independent of the
specific protocol used to access it.
If a particular attribute is not applicable or not supported,
filesystems should leave the corresponding field absent.
+ `query` a bit-mask specifying which attributes to fetch. The server
should not return more than necessary.
- `attributes` the returned attributes.
This method requires the [`Rights.GET_ATTRIBUTES`] right.
Relationships
-
ACCEPTS_TYPE→fuchsia.io/query -
ACCEPTS_TYPE→fuchsia.io/NodeAttributesQuery -
RETURNS_TYPE→fuchsia.io/NodeAttributes2
Documentation (1)
-
SUBSTANTIVE
sdk/fidl/fuchsia.io/node.fidl:611↗
Tests (0)
No test references.
Examples (0)
No example references.
Gaps
Missing categories:
- examples
- tests
Findings (2)
-
WARNING
DOCUMENTED_UNTESTEDelement is documented but has no test references -
WARNING
MISSING_IN_CATEGORYno references in category "tests.unit_tests"