DelimitedTextDialect Class
Defines the input or output delimited (CSV) serialization for a datalake query request.
- Inheritance
-
azure.storage.blob._models.DelimitedTextDialectDelimitedTextDialect
Constructor
DelimitedTextDialect(**kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
delimiter
|
Column separator, defaults to ','. |
quotechar
|
Field quote, defaults to '"'. |
lineterminator
|
Record separator, defaults to '\n'. |
escapechar
|
Escape char, defaults to empty. |
has_header
|
Whether the blob data includes headers in the first line. The default value is False, meaning that the data will be returned inclusive of the first line. If set to True, the data will be returned exclusive of the first line. |
Methods
get | |
has_key | |
items | |
keys | |
update | |
values |
get
get(key, default=None)
Parameters
Name | Description |
---|---|
key
Required
|
|
default
Required
|
Default value: None
|
has_key
has_key(k)
Parameters
Name | Description |
---|---|
k
Required
|
|
items
items()
keys
keys()
update
update(*args, **kwargs)
values
values()
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.
Azure SDK for Python