Amazon.Kinesis.Model.Record.IsSetPartitionKey C# (CSharp) Метод

IsSetPartitionKey() приватный Метод

private IsSetPartitionKey ( ) : bool
Результат bool
        internal bool IsSetPartitionKey()
        {
            return this.partitionKey != null;
        }
    }