2017-11-08 10 views

답변

1

간단하게 저장 한 후 문서에서 id 값을 읽어

await client.CreateDocumentAsync(uri, doc); 
_logger.LogInformation($"created document {doc.Id}");