Constant FAAS_DOCUMENT_NAME
pub const FAAS_DOCUMENT_NAME: &'static str;
Expand description
The document name/table subjected to the operation. For example, in Cloud Storage or S3 is the name of the file, and in Cosmos DB the table name.
ยงExamples
"myFile.txt"
"myTableName"