NIFI-10507 removed absolute.path from ListSmb (#6422)

This commit is contained in:
kulikg 2022-09-19 22:49:20 +02:00 committed by GitHub
parent dd9739a28c
commit cea924bc6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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),