You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ArrayInfo.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,9 @@ metadata of an array
32
32
|**licenseText**|**String**| License text |[optional]|
33
33
|**readOnly**|**Boolean**| Suggests if the array is in read_only mode |[optional]|
34
34
|**isFavorite**|**Boolean**| Indicates whether the array is in user favorites |[optional]|
35
+
|**createdAt**|**OffsetDateTime**| Datetime array was registered with tiledb |[optional]|
36
+
|**createdBy**|**String**| The user who created the array, if known. |[optional]|
37
+
|**metadata**|[**List<MetadataStringifiedEntry>**](MetadataStringifiedEntry.md)| Contains the metadata of the array. **Note:** This property is included in the response only if the `with_metadata` query parameter is set to `true`. |[optional]|
0 commit comments