Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Azure Data Lake Source 

Connector will CRAWL crawl Folders and Files (configuration dependent). Execution will result on the following fields to be populated:


PropertyTypeDescription

Fullname

StringFull path of the directory or file (from root path "/")
NameStringFile name (minus the path) of the directory or file
Length

Long

Length of a file (does not apply for directories
GroupStringID of the group that owns this file/directory

User

StringID of the user that owns this file/directory

Permission

StringUnix-style permission string for this file or directory

Last Access Time

DateDate Time of the last time the file was accessed

AclBit

Boolean Flag indicating whether file has ACLs set on it

Block Size

LongBlock size reported by server

Expiry Time

DateDate Time at which the file expires, as UTC time

ReplicationFactor

IntReplication Factor reported by server

isContainer

BooleanIndicates "true" if is a directory, otherwise File

Fetch Url

StringAzure Data Lake full Absolute Path including FQDN. adl://[yourdomain].azuredatalakestore.net/full/path/to.file

Last Modified Date

DateDate Time of the last time the file was modified

Acls

ACL ArrayList of access for file or folder


The following code block will show console output example of crawling of a folder called /test located at root of testing Data Lake Storage adl://dlsjose.azuredatalakestore.net

...