AzureBlobDataFeedSource.BlobTemplate Property

Definition

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