Skip to content

Commit

Permalink
NIFI-10152 adding a little clarification to the filesystem description
Browse files Browse the repository at this point in the history
  • Loading branch information
nandorsoma committed Jul 16, 2022
1 parent 678657e commit b6afb3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public abstract class AbstractAzureDataLakeStorageProcessor extends AbstractProc

public static final PropertyDescriptor FILESYSTEM = new PropertyDescriptor.Builder()
.name("filesystem-name").displayName("Filesystem Name")
.description("Name of the Azure Storage File System. It is assumed to be already existing.")
.description("Name of the Azure Storage File System (also called Container). It is assumed to be already existing.")
.addValidator(StandardValidators.NON_BLANK_VALIDATOR)
.expressionLanguageSupported(ExpressionLanguageScope.FLOWFILE_ATTRIBUTES)
.required(true)
Expand Down

0 comments on commit b6afb3b

Please sign in to comment.