Perform File Operation
These actions provide ability to interact with local and remote file systems for directory and file operations.
Perform File Operation Actions
MakeDir
Field
Definition
Example
Default
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "MakeDir action eventMeta fields",
"type": "object",
"properties": {
"eventMeta": {
"type": "object",
"properties": {
"domain": {
"type": "string",
"definition": "Name of the file system to use",
"example": "imageFs"
}
}
}
}
}Parameter
Definition
Example
Default
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "MakeDir action eventMeta.parameters",
"type": "object",
"properties": {
"eventMeta": {
"type": "object",
"properties": {
"parameters": {
"type": "object",
"properties": {
"pathPath": {
"type": "string",
"definition": "Json path in payload for directory path to create",
"default": "path",
"example": "filePath"
}
}
}
}
}
}
}List / ListPath
Field
Definition
Example
Default
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "List action eventMeta fields",
"type": "object",
"properties": {
"eventMeta": {
"type": "object",
"properties": {
"domain": {
"type": "string",
"definition": "Name of the file system to use",
"example": "imageFs"
}
}
}
}
}Parameter
Definition
Example
Default
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "List action eventMeta.parameters",
"type": "object",
"properties": {
"eventMeta": {
"type": "object",
"properties": {
"parameters": {
"type": "object",
"properties": {
"pathPath": {
"type": "string",
"definition": "Json path in payload for directory path to list",
"default": "path",
"example": "filePath"
}
}
}
}
}
}
}Delete / DeletePath
Field
Definition
Example
Default
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Delete action eventMeta fields",
"type": "object",
"properties": {
"eventMeta": {
"type": "object",
"properties": {
"domain": {
"type": "string",
"definition": "Name of the file system to use",
"example": "imageFs"
}
}
}
}
}Parameter
Definition
Example
Default
Rename / RenamePath
Field
Definition
Example
Default
Parameter
Definition
Example
Default
CopyFile
Field
Definition
Example
Default
Parameter
Definition
Example
Default
Write / WriteFile
Field
Definition
Example
Default
Parameter
Definition
Example
Default
Read / ReadFile
Field
Definition
Example
Default
Parameter
Definition
Example
Default
Last updated

