mirror of https://github.com/apache/nifi.git
NIFI-10507 removed absolute.path from ListSmb (#6422)
This commit is contained in:
parent
dd9739a28c
commit
cea924bc6b
|
@ -73,7 +73,6 @@ public class SmbListableEntity implements ListableEntity {
|
|||
new RecordField("filename", RecordFieldType.STRING.getDataType(), false),
|
||||
new RecordField("shortName", RecordFieldType.STRING.getDataType(), false),
|
||||
new RecordField("path", RecordFieldType.STRING.getDataType(), false),
|
||||
new RecordField("absolute.path", RecordFieldType.STRING.getDataType(), false),
|
||||
new RecordField("lastModifiedTime", RecordFieldType.LONG.getDataType(), false),
|
||||
new RecordField("creationTime", RecordFieldType.LONG.getDataType(), false),
|
||||
new RecordField("lastAccessTime", RecordFieldType.LONG.getDataType(), false),
|
||||
|
|
Loading…
Reference in New Issue