mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-16 21:50:27 +00:00
20 lines
779 B
Markdown
20 lines
779 B
Markdown
![]() |
---
|
||
|
title: createStorageService
|
||
|
slug: /main-concepts/metadata-standard/schemas/api/services/createstorageservice
|
||
|
---
|
||
|
|
||
|
# CreateStorageServiceRequest
|
||
|
|
||
|
*Create Storage service entity request*
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
- **`name`**: Name that identifies the this entity instance uniquely. Refer to *../../type/basic.json#/definitions/entityName*.
|
||
|
- **`displayName`** *(string)*: Display Name that identifies this storage service.
|
||
|
- **`description`**: Description of Storage entity. Refer to *../../type/basic.json#/definitions/markdown*.
|
||
|
- **`serviceType`**: Refer to *../../type/storage.json#/definitions/storageServiceType*.
|
||
|
- **`owner`**: Owner of this storage service. Refer to *../../type/entityReference.json*.
|
||
|
|
||
|
|
||
|
Documentation file automatically generated at 2022-07-13 15:15:58.612083.
|