GetBlobsByHierarchyOptions.EndBefore 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.
Optional. Specifies a fully qualified path within the container, ending the listing when all results before have been returned. This is only supported if ResponseFormat is set to Arrow.
public string EndBefore { get; set; }
member this.EndBefore : string with get, set
Public Property EndBefore As String