文件操作 - azure-storage-blob.d.ts
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/unstorage/drivers/azure-storage-blob.d.ts
编辑文件内容
import { ContainerClient } from "@azure/storage-blob"; export interface AzureStorageBlobOptions { /** * The name of the Azure Storage account. */ accountName: string; /** * The name of the storage container. All entities will be stored in the same container. * @default "unstorage" */ containerName?: string; /** * The account key. If provided, the SAS key will be ignored. Only available in Node.js runtime. */ accountKey?: string; /** * The SAS key. If provided, the account key will be ignored. */ sasKey?: string; /** * The connection string. If provided, the account key and SAS key will be ignored. Only available in Node.js runtime. */ connectionString?: string; } declare const _default: (opts: AzureStorageBlobOptions) => import("..").Driver<AzureStorageBlobOptions, ContainerClient>; export default _default;
修改文件时间
将文件时间修改为当前时间的前一年
删除文件