MongoClient.InsertManyResult 클래스
InsertManyAsync(IEnumerable<TDocument>) 작업의 결과입니다.
네임스페이스: Realms.동기화
어셈블리: Realm.exe
구문
public class MongoClient.InsertManyResult
속성
| 이 페이지 편집 소스 보기InsertedIds
삽입된 문서의 _id
를 포함하는 배열을 가져옵니다.
선언
[BsonElement("insertedIds")]
[Preserve]
public object[] InsertedIds { get; }
속성 값
유형 | 설명 |
---|---|
객체[] | 삽입된 문서의 |