Skip to content

Commit 8b3d1cb

Browse files
authored
Merge pull request #78476 from LuisCabrer/patch-69
Added metadata_storage_sas_token
2 parents 67f1fdb + eacecdb commit 8b3d1cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/search/search-howto-indexing-azure-blob-storage.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ Depending on the [indexer configuration](#PartsOfBlobToIndex), the blob indexer
139139
* **metadata\_storage\_last\_modified** (Edm.DateTimeOffset) - last modified timestamp for the blob. Azure Search uses this timestamp to identify changed blobs, to avoid reindexing everything after the initial indexing.
140140
* **metadata\_storage\_size** (Edm.Int64) - blob size in bytes.
141141
* **metadata\_storage\_content\_md5** (Edm.String) - MD5 hash of the blob content, if available.
142+
* **metadata\_storage\_sas\_token** (Edm.String) - A temporary token that can be used by [custom skills](cognitive-search-custom-skill-interface.md) to get right access to the blob. This sas token is not supposed to be stored for later use as it may expire.
142143
* Metadata properties specific to each document format are extracted into the fields listed [here](#ContentSpecificMetadata).
143144

144145
You don't need to define fields for all of the above properties in your search index - just capture the properties you need for your application.

0 commit comments

Comments
 (0)