Skip to content

Commit 0a5271e

Browse files
committed
Reinstated and edited list item for metadata_storage_sas_token
1 parent 2400c43 commit 0a5271e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ Depending on the [indexer configuration](#PartsOfBlobToIndex), the blob indexer
141141
* **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.
142142
* **metadata\_storage\_size** (Edm.Int64) - blob size in bytes.
143143
* **metadata\_storage\_content\_md5** (Edm.String) - MD5 hash of the blob content, if available.
144+
* **metadata\_storage\_sas\_token** (Edm.String) - A temporary [Shared Access Signature (SAS)](https://docs.microsoft.com/azure/storage/common/storage-dotnet-shared-access-signature-part-1) token that can be used by [custom skills](cognitive-search-custom-skill-interface.md) to get access to the blob. This token should not be stored for later use as it might expire.
145+
144146
* Metadata properties specific to each document format are extracted into the fields listed [here](#ContentSpecificMetadata).
145147

146148
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)