azure-sdk-for-cpp/sdk/storage/sample/file_share_getting_started.cpp
JinmingHu 069e359562
Rename return types and option types (#449)
* 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>
2020-08-14 13:02:10 +08:00

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() {}