불러오기

    03. Azure CosmosDB - Read

    🔷 Read Data - PartitionKey와 RowKey를 비교하여 데이터를 가져옴 using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Threading.Tasks; using Microsoft.WindowsAzure.Storage; using Microsoft.WindowsAzure.Storage.Blob; using Microsoft.WindowsAzure.Storage.Table; using MRTK.Tutorials.AzureCloudServices.Scripts.Domain; using UnityEngine; using UnityEngine.Events; name..