@k6-contrib/fields-azure
TypeScript icon, indicating that this package has built-in type declarations

6.1.1 • Public • Published

Azure Storage Filed

import { AzureStorageConfig, azureStorageFile, azureStorageImage } from '@k6-contrib/fields-azure';
import 'dotenv/config';

const config: AzureStorageConfig = {
  azureStorageOptions: {
    account: process.env.AZURE_STORAGE_ACCOUNT_NAME,
    accessKey: process.env.AZURE_STORAGE_ACCESS_KEY,
    container: process.env.AZURE_STORAGE_CONTAINER,
  },
};

const Post = list({
  fields: {
    title: text({ validation: { isRequired: true } }),
    content: text(),
    image: azureStorageImage({ config }),
    file: azureStorageFile({ config }),
  },
});

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
6.1.171latest
0.1.1-dev03dev

Version History

VersionDownloads (Last 7 Days)Published
6.1.171
6.1.03
6.0.05
5.0.03
4.0.03
3.0.13
3.0.03
2.0.03
1.1.05
1.0.13
1.0.03
0.5.03
0.4.13
0.4.03
0.3.03
0.2.03
0.1.1-dev03
0.1.03

Package Sidebar

Install

npm i @k6-contrib/fields-azure

Weekly Downloads

126

Version

6.1.1

License

MIT

Unpacked Size

130 kB

Total Files

31

Last publish

Collaborators

  • gautamsi