AzureBlobDataFeedSource.BlobTemplate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This is the template of the Blob file names. For example: /%Y/%m/X_%Y-%m-%d-%h-%M.json. The following parameters are supported:
- %Y: The year formatted as yyyy
- %m: The month formatted as MM
- %d: The day formatted as dd
- %h: The hour formatted as HH
- %M: The minute formatted as mm
public string BlobTemplate { get; set; }
member this.BlobTemplate : string with get, set
Public Property BlobTemplate As String
Property Value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET