definition.yml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. title: Azure Blob Storage
  2. icon: '/_assets/icons/ultraviolet-azure.svg'
  3. banner: '/_assets/storage/azure.jpg'
  4. description: Azure Blob Storage is Microsoft's object storage solution for the cloud. Blob storage is optimized for storing massive amounts of unstructured data.
  5. vendor: Microsoft Corporation
  6. website: 'https://azure.microsoft.com'
  7. assetDelivery:
  8. isStreamingSupported: true
  9. isDirectAccessSupported: true
  10. defaultStreamingEnabled: true
  11. defaultDirectAccessEnabled: true
  12. contentTypes:
  13. defaultTypesEnabled: ['images', 'documents', 'others', 'large']
  14. defaultLargeThreshold: '5MB'
  15. versioning:
  16. isSupported: false
  17. defaultEnabled: false
  18. sync: false
  19. props:
  20. accountName:
  21. type: String
  22. title: Account Name
  23. default: ''
  24. hint: Your unique account name.
  25. icon: 3d-touch
  26. order: 1
  27. accountKey:
  28. type: String
  29. title: Account Access Key
  30. default: ''
  31. hint: Either key 1 or key 2.
  32. icon: key
  33. sensitive: true
  34. order: 2
  35. containerName:
  36. type: String
  37. title: Container Name
  38. default: wiki
  39. hint: Will automatically be created if it doesn't exist yet.
  40. icon: shipping-container
  41. order: 3
  42. storageTier:
  43. type: String
  44. title: Storage Tier
  45. hint: Represents the access tier on a blob. Use Cool for lower storage costs but at higher retrieval costs.
  46. icon: scan-stock
  47. order: 4
  48. default: cool
  49. enum:
  50. - hot|Hot
  51. - cool|Cool
  52. actions:
  53. exportAll:
  54. label: Export All DB Assets to Azure
  55. hint: Output all content from the DB to Azure Blog Storage, overwriting any existing data. If you enabled Azure Blog Storage after content was created or you temporarily disabled it, you'll want to execute this action to add the missing content.
  56. icon: this-way-up