@@ -9,32 +9,32 @@ List of Resources
9
9
| Resource | GET | PUT | POST | DELETE | Description |
10
10
+================+======+======+======+========+=========================================+
11
11
| Domain | Y | Y | N | Y | A related collection of HDF objects |
12
- +----------------+------+------+------+--------+-----------------------------------------+
12
+ +----------------+------+------+------+--------+-----------------------------------------+
13
13
| Group | Y | N | N | Y | Represents an HDF Group |
14
- +----------------+------+------+------+--------+-----------------------------------------+
14
+ +----------------+------+------+------+--------+-----------------------------------------+
15
15
| Links | Y | N | N | N | Collection of links within a group |
16
- +----------------+------+------+------+--------+-----------------------------------------+
16
+ +----------------+------+------+------+--------+-----------------------------------------+
17
17
| Link | Y | Y | N | Y | Represents an HDF link |
18
- +----------------+------+------+------+--------+-----------------------------------------+
18
+ +----------------+------+------+------+--------+-----------------------------------------+
19
19
| Dataset | Y | N | N | Y | Represents an HDF Dataset |
20
- +----------------+------+------+------+--------+-----------------------------------------+
20
+ +----------------+------+------+------+--------+-----------------------------------------+
21
21
| Attributes | Y | N | N | N | Collection of Attributes |
22
- +----------------+------+------+------+--------+-----------------------------------------+
23
- | Attribute | Y | Y | N | Y | Represents an HDF Attribute |
24
- +----------------+------+------+------+--------+-----------------------------------------+
22
+ +----------------+------+------+------+--------+-----------------------------------------+
23
+ | Attribute | Y | Y | N | Y | Represents an HDF Attribute |
24
+ +----------------+------+------+------+--------+-----------------------------------------+
25
25
| Dataspace | Y | Y | N | N | Shape of a dataset |
26
- +----------------+------+------+------+--------+-----------------------------------------+
26
+ +----------------+------+------+------+--------+-----------------------------------------+
27
27
| Type | Y | N | N | N | Type of a dataset |
28
- +----------------+------+------+------+--------+-----------------------------------------+
29
- | Value | Y | Y | Y | N | Data values of a datset |
30
- +----------------+------+------+------+--------+-----------------------------------------+
28
+ +----------------+------+------+------+--------+-----------------------------------------+
29
+ | Value | Y | Y | Y | N | Data values of a datset |
30
+ +----------------+------+------+------+--------+-----------------------------------------+
31
31
| Datatype | Y | N | N | Y | Committed datatype |
32
- +----------------+------+------+------+--------+-----------------------------------------+
32
+ +----------------+------+------+------+--------+-----------------------------------------+
33
33
| Groups | Y | N | Y | N | Collection of groups within a domain |
34
- +----------------+------+------+------+--------+-----------------------------------------+
34
+ +----------------+------+------+------+--------+-----------------------------------------+
35
35
| Datasets | Y | N | Y | N | Collection of datasets within a domain |
36
- +----------------+------+------+------+--------+-----------------------------------------+
36
+ +----------------+------+------+------+--------+-----------------------------------------+
37
37
| Datatypes | Y | N | Y | N | Collection of datatypes within a domain |
38
- +----------------+------+------+------+--------+-----------------------------------------+
38
+ +----------------+------+------+------+--------+-----------------------------------------+
39
39
40
40
0 commit comments