Property | Type | Description | |
---|---|---|---|
ConvertLocalToGcsFolderPath | string | ||
UploadDirectory | void | ||
UploadStreamToGcsObject | void |
Method | Description | |
---|---|---|
ProcessRecord ( ) : void |
Method | Description | |
---|---|---|
ConvertLocalToGcsFolderPath ( string localFilePath ) : string |
Replace \ with / in path to complies with GCS path
|
|
UploadDirectory ( string directory, string>.Dictionary |
Upload a directory to a GCS bucket, aiming to maintain that directory structure as well. For example, if we are uploading folder A with file C.txt and subfolder B with file D.txt, then the bucket should have A\C.txt and A\B\D.txt
|
|
UploadStreamToGcsObject ( |
Upload a GCS object using a stream.
|