Class BlobPath
- java.lang.Object
-
- net.snowflake.ingest.streaming.internal.BlobPath
-
public class BlobPath extends Object
Class to manage blob path strings that might have an embedded security token if its a presigned url
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BlobPathfileNameWithoutToken(String fileName)static BlobPathpresignedUrlWithToken(String fileName, String url)
-