* rename return types and option types * define ConcurrentUploadBlockBlobFromBufferOptions and ConcurrentUploadBlockBlobFromFileOptions * use std::move * Rename DownloadTo * update doc * Resolved datalake build issues. * Resolved some cmake issue when linking Co-authored-by: Tank Tang <kat@microsoft.com>
9 lines
236 B
C++
9 lines
236 B
C++
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
#include "samples_common.hpp"
|
|
#include <iostream>
|
|
|
|
SAMPLE(FileShareGettingStarted, FileShareGettingStarted)
|
|
void FileShareGettingStarted() {}
|